Shades of Rock Spray #9E3E32
Tints of Rock Spray #9E3E32
RGB
CMYK
RGB Variations
Color information
#9E3E32 (or 0x9E3E32) is known color: Rock Spray. HEX triplet: 9E, 3E and 32. RGB value is (158,62,50). Sum of RGB (Red+Green+Blue) = 158+62+50=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3E32 is #61C1CD. Grayscale: #595959. Windows color (decimal): -6406606 or 3292830. OLE color: 3292830.
HSL color Cylindrical-coordinate representation of color #9E3E32: hue angle of 6.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3E32 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 62 | 50 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.38 |
| HSL | 6.67º | 0.52% | 0.41% | - |
| HSV(B) | 6.67º | 0.68% | 0.62% | - |
| XYZ | 16.4 | 10.94 | 4.27 | - |
| YUV | 89.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 62 | 50 | 0 | 0.61 | 0.68 | 0.38 | 6.67 | 0.52 | 0.41 |
| Hex | 9E | 3E | 32 | 0 | 3D | 44 | 26 | 7 | 34 | 29 |
| Octal | 236 | 76 | 62 | 0 | 75 | 104 | 46 | 7 | 64 | 51 |
| Binary | 10011110 | 111110 | 110010 | 0 | 111101 | 1000100 | 100110 | 111 | 110100 | 101001 |
Color Harmonies of #9E3E32
Complementary color
Monochromatic Colors of #9E3E32
Black with #9E3E32
Text Example
Text Example
White with #9E3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3E32; }
p { color: rgb(158,62,50); }
H1.HeaderClassName
{
color: #9E3E32;
}
.AnyTagClassName
{
color: #9E3E32;
}
</style>
background-color css
<style>
a { background-color: #9E3E32; }
a { background-color: rgb(158,62,50); }
div.DivClassName
{
background-color: #9E3E32;
}
.BgClassName
{
background-color: #9E3E32;
}
</style>
border-color css
<style>
span { border-color: #9E3E32; }
span { border-color: rgb(158,62,50); }
td.TdClassName
{
border-color: #9E3E32;
}
.TagClassName
{
border-color: #9E3E32;
}
</style>