Color: #99262F
#99262F Color Information
#99262F is a dark color. The closest websafe version is #99262F. A complement of this color would be #26978E, perceived brightness is 0.29, and the grayscale version is #606060.
In the HSL color space, this color has a hue angle of 355°,a saturation of 60%, and a lightness of 37%.The HSV representation shows a hue of 355°, a saturation of 75%, and a value of 60%.
In a RGB color space, #99262F is composed of 60% red, 15% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 75% magenta, 69% yellow and 40% black.
In the Yxy color space, this color is represented as Y: 8.65, x: 0.5708, and y: 0.3283.
Color Code #99262F
Shades of Color #99262F
Shades are created by darkening the original color #99262F in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #99262F
Tints are created by lightening the original color #99262F in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #99262F Color Code
In the HSL color space, this color has a hue angle of 355°, a saturation of 60%, and a lightness of 37%. The HSV representation shows a hue of 355°, a saturation of 75%, and a value of 60%.
- HEX: #99262F
- RGB: rgb(153, 38, 47)
- HSL: hsl(355, 60%, 37%)
- HSV: hsv(355, 75%, 60%)
- CMYK: 0.00% cyan, 75.00% magenta, 69.00% yellow, 40.00% black
- XYZ: 15.04, 8.65, 2.66
- Yxy: 8.65, 0.5708, 0.3283
- Hunter Lab: 35.30, 48.05, 24.78
- CIE-Lab: 35.30, 48.05, 24.78
In the XYZ color space, this color is represented as X: 15.04, Y: 8.65, Z: 2.66. The Yxy representation further refines this as Y: 8.65, x: 0.5708, and y: 0.3283.
In the Hunter Lab color space, this color is represented as L: 35.30, a: 48.05, and b: 24.78. Similarly, in the CIE-Lab color space, it is represented as L: 35.30, a: 48.05, and b: 24.78.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #99262F
Triadic colors are three colors evenly spaced around the color wheel, including #99262F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #99262F
Split complementary colors are two colors adjacent to the complementary color of #99262F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #99262F
Monochromatic colors are variations of #99262F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #99262F
The complementary color of #99262F is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #99262F
/* Using HEX */ body { background-color: #99262f; }
/* Using RGB */ body { background-color: rgb(153, 38, 47); }
/* Using RGB with opacity */ body { background-color: rgba(153, 38, 47, 0.5); }
/* Using HSL */ body { background-color: hsl(355, 60%, 37%); }
/* Text color */ p { color: #99262f; }
/* Box shadow */ div { box-shadow: 4px 4px #99262f; }
/* Border color */ .box { border: 4px solid #99262f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #99262f; }
/* Background with text */ div { background: #99262f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #99262F
<!-- Using HEX --> <div style="background-color: #99262f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(153, 38, 47); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(153, 38, 47, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(355, 60%, 37%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #99262f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #99262f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #99262f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #99262f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #99262f; color: #fff; padding: 16px; border-radius: 8px;"> #99262F </div>
Related Colors of #99262F
These colors are similar to #99262F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.