Shades of Rock Spray #9E371B
Tints of Rock Spray #9E371B
RGB
CMYK
RGB Variations
Color information
#9E371B (or 0x9E371B) is known color: Rock Spray. HEX triplet: 9E, 37 and 1B. RGB value is (158,55,27). Sum of RGB (Red+Green+Blue) = 158+55+27=240 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.83% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 158 - color contains mainly: red. Hex color #9E371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E371B is #61C8E4. Grayscale: #525252. Windows color (decimal): -6408421 or 1783710. OLE color: 1783710.
HSL color Cylindrical-coordinate representation of color #9E371B: hue angle of 12.82º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E371B is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 27 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.38 |
| HSL | 12.82º | 0.71% | 0.36% | - |
| HSV(B) | 12.82º | 0.83% | 0.62% | - |
| XYZ | 15.66 | 10.08 | 2.16 | - |
| YUV | 82.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 27 | 0 | 0.65 | 0.83 | 0.38 | 12.82 | 0.71 | 0.36 |
| Hex | 9E | 37 | 1B | 0 | 41 | 53 | 26 | D | 47 | 24 |
| Octal | 236 | 67 | 33 | 0 | 101 | 123 | 46 | 15 | 107 | 44 |
| Binary | 10011110 | 110111 | 11011 | 0 | 1000001 | 1010011 | 100110 | 1101 | 1000111 | 100100 |
Color Harmonies of #9E371B
Complementary color
Monochromatic Colors of #9E371B
Black with #9E371B
Text Example
Text Example
White with #9E371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E371B; }
p { color: rgb(158,55,27); }
H1.HeaderClassName
{
color: #9E371B;
}
.AnyTagClassName
{
color: #9E371B;
}
</style>
background-color css
<style>
a { background-color: #9E371B; }
a { background-color: rgb(158,55,27); }
div.DivClassName
{
background-color: #9E371B;
}
.BgClassName
{
background-color: #9E371B;
}
</style>
border-color css
<style>
span { border-color: #9E371B; }
span { border-color: rgb(158,55,27); }
td.TdClassName
{
border-color: #9E371B;
}
.TagClassName
{
border-color: #9E371B;
}
</style>