Shades of Rock Spray #9E3E25
Tints of Rock Spray #9E3E25
RGB
CMYK
RGB Variations
Color information
#9E3E25 (or 0x9E3E25) is known color: Rock Spray. HEX triplet: 9E, 3E and 25. RGB value is (158,62,37). Sum of RGB (Red+Green+Blue) = 158+62+37=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3E25 is #61C1DA. Grayscale: #585858. Windows color (decimal): -6406619 or 2440862. OLE color: 2440862.
HSL color Cylindrical-coordinate representation of color #9E3E25: hue angle of 12.4º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E3E25 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 62 | 37 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.38 |
| HSL | 12.4º | 0.62% | 0.38% | - |
| HSV(B) | 12.4º | 0.77% | 0.62% | - |
| XYZ | 16.16 | 10.85 | 2.99 | - |
| YUV | 87.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 62 | 37 | 0 | 0.61 | 0.77 | 0.38 | 12.4 | 0.62 | 0.38 |
| Hex | 9E | 3E | 25 | 0 | 3D | 4D | 26 | C | 3E | 26 |
| Octal | 236 | 76 | 45 | 0 | 75 | 115 | 46 | 14 | 76 | 46 |
| Binary | 10011110 | 111110 | 100101 | 0 | 111101 | 1001101 | 100110 | 1100 | 111110 | 100110 |
Color Harmonies of #9E3E25
Complementary color
Monochromatic Colors of #9E3E25
Black with #9E3E25
Text Example
Text Example
White with #9E3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3E25; }
p { color: rgb(158,62,37); }
H1.HeaderClassName
{
color: #9E3E25;
}
.AnyTagClassName
{
color: #9E3E25;
}
</style>
background-color css
<style>
a { background-color: #9E3E25; }
a { background-color: rgb(158,62,37); }
div.DivClassName
{
background-color: #9E3E25;
}
.BgClassName
{
background-color: #9E3E25;
}
</style>
border-color css
<style>
span { border-color: #9E3E25; }
span { border-color: rgb(158,62,37); }
td.TdClassName
{
border-color: #9E3E25;
}
.TagClassName
{
border-color: #9E3E25;
}
</style>