Shades of Rock Spray #9E371A
Tints of Rock Spray #9E371A
RGB
CMYK
RGB Variations
Color information
#9E371A (or 0x9E371A) is known color: Rock Spray. HEX triplet: 9E, 37 and 1A. RGB value is (158,55,26). Sum of RGB (Red+Green+Blue) = 158+55+26=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E371A is #61C8E5. Grayscale: #525252. Windows color (decimal): -6408422 or 1718174. OLE color: 1718174.
HSL color Cylindrical-coordinate representation of color #9E371A: hue angle of 13.18º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E371A is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 26 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.38 |
| HSL | 13.18º | 0.72% | 0.36% | - |
| HSV(B) | 13.18º | 0.84% | 0.62% | - |
| XYZ | 15.65 | 10.08 | 2.1 | - |
| YUV | 82.49 | 96.12 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 26 | 0 | 0.65 | 0.84 | 0.38 | 13.18 | 0.72 | 0.36 |
| Hex | 9E | 37 | 1A | 0 | 41 | 54 | 26 | D | 48 | 24 |
| Octal | 236 | 67 | 32 | 0 | 101 | 124 | 46 | 15 | 110 | 44 |
| Binary | 10011110 | 110111 | 11010 | 0 | 1000001 | 1010100 | 100110 | 1101 | 1001000 | 100100 |
Color Harmonies of #9E371A
Complementary color
Monochromatic Colors of #9E371A
Black with #9E371A
Text Example
Text Example
White with #9E371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E371A; }
p { color: rgb(158,55,26); }
H1.HeaderClassName
{
color: #9E371A;
}
.AnyTagClassName
{
color: #9E371A;
}
</style>
background-color css
<style>
a { background-color: #9E371A; }
a { background-color: rgb(158,55,26); }
div.DivClassName
{
background-color: #9E371A;
}
.BgClassName
{
background-color: #9E371A;
}
</style>
border-color css
<style>
span { border-color: #9E371A; }
span { border-color: rgb(158,55,26); }
td.TdClassName
{
border-color: #9E371A;
}
.TagClassName
{
border-color: #9E371A;
}
</style>