Shades of Rock Spray #9D421D
Tints of Rock Spray #9D421D
RGB
CMYK
RGB Variations
Color information
#9D421D (or 0x9D421D) is known color: Rock Spray. HEX triplet: 9D, 42 and 1D. RGB value is (157,66,29). Sum of RGB (Red+Green+Blue) = 157+66+29=252 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.30% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 157 - color contains mainly: red. Hex color #9D421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D421D is #62BDE2. Grayscale: #595959. Windows color (decimal): -6471139 or 1917597. OLE color: 1917597.
HSL color Cylindrical-coordinate representation of color #9D421D: hue angle of 17.34º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D421D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 66 | 29 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.38 |
| HSL | 17.34º | 0.69% | 0.36% | - |
| HSV(B) | 17.34º | 0.82% | 0.62% | - |
| XYZ | 16.07 | 11.15 | 2.47 | - |
| YUV | 88.99 | 94.15 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 29 | 0 | 0.58 | 0.82 | 0.38 | 17.34 | 0.69 | 0.36 |
| Hex | 9D | 42 | 1D | 0 | 3A | 52 | 26 | 11 | 45 | 24 |
| Octal | 235 | 102 | 35 | 0 | 72 | 122 | 46 | 21 | 105 | 44 |
| Binary | 10011101 | 1000010 | 11101 | 0 | 111010 | 1010010 | 100110 | 10001 | 1000101 | 100100 |
Color Harmonies of #9D421D
Complementary color
Monochromatic Colors of #9D421D
Black with #9D421D
Text Example
Text Example
White with #9D421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D421D; }
p { color: rgb(157,66,29); }
H1.HeaderClassName
{
color: #9D421D;
}
.AnyTagClassName
{
color: #9D421D;
}
</style>
background-color css
<style>
a { background-color: #9D421D; }
a { background-color: rgb(157,66,29); }
div.DivClassName
{
background-color: #9D421D;
}
.BgClassName
{
background-color: #9D421D;
}
</style>
border-color css
<style>
span { border-color: #9D421D; }
span { border-color: rgb(157,66,29); }
td.TdClassName
{
border-color: #9D421D;
}
.TagClassName
{
border-color: #9D421D;
}
</style>