Shades of Rock Spray #9E401D
Tints of Rock Spray #9E401D
RGB
CMYK
RGB Variations
Color information
#9E401D (or 0x9E401D) is known color: Rock Spray. HEX triplet: 9E, 40 and 1D. RGB value is (158,64,29). Sum of RGB (Red+Green+Blue) = 158+64+29=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E401D is #61BFE2. Grayscale: #585858. Windows color (decimal): -6406115 or 1917086. OLE color: 1917086.
HSL color Cylindrical-coordinate representation of color #9E401D: hue angle of 16.28º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E401D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 29 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.38 |
| HSL | 16.28º | 0.69% | 0.37% | - |
| HSV(B) | 16.28º | 0.82% | 0.62% | - |
| XYZ | 16.16 | 11.02 | 2.44 | - |
| YUV | 88.12 | 94.64 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 29 | 0 | 0.59 | 0.82 | 0.38 | 16.28 | 0.69 | 0.37 |
| Hex | 9E | 40 | 1D | 0 | 3B | 52 | 26 | 10 | 45 | 25 |
| Octal | 236 | 100 | 35 | 0 | 73 | 122 | 46 | 20 | 105 | 45 |
| Binary | 10011110 | 1000000 | 11101 | 0 | 111011 | 1010010 | 100110 | 10000 | 1000101 | 100101 |
Color Harmonies of #9E401D
Complementary color
Monochromatic Colors of #9E401D
Black with #9E401D
Text Example
Text Example
White with #9E401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E401D; }
p { color: rgb(158,64,29); }
H1.HeaderClassName
{
color: #9E401D;
}
.AnyTagClassName
{
color: #9E401D;
}
</style>
background-color css
<style>
a { background-color: #9E401D; }
a { background-color: rgb(158,64,29); }
div.DivClassName
{
background-color: #9E401D;
}
.BgClassName
{
background-color: #9E401D;
}
</style>
border-color css
<style>
span { border-color: #9E401D; }
span { border-color: rgb(158,64,29); }
td.TdClassName
{
border-color: #9E401D;
}
.TagClassName
{
border-color: #9E401D;
}
</style>