Shades of Rock Spray #9F421D
Tints of Rock Spray #9F421D
RGB
CMYK
RGB Variations
Color information
#9F421D (or 0x9F421D) is known color: Rock Spray. HEX triplet: 9F, 42 and 1D. RGB value is (159,66,29). Sum of RGB (Red+Green+Blue) = 159+66+29=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F421D is #60BDE2. Grayscale: #595959. Windows color (decimal): -6340067 or 1917599. OLE color: 1917599.
HSL color Cylindrical-coordinate representation of color #9F421D: hue angle of 17.08º 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 #9F421D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 29 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.38 |
| HSL | 17.08º | 0.69% | 0.37% | - |
| HSV(B) | 17.08º | 0.82% | 0.62% | - |
| XYZ | 16.47 | 11.36 | 2.49 | - |
| YUV | 89.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 29 | 0 | 0.58 | 0.82 | 0.38 | 17.08 | 0.69 | 0.37 |
| Hex | 9F | 42 | 1D | 0 | 3A | 52 | 26 | 11 | 45 | 25 |
| Octal | 237 | 102 | 35 | 0 | 72 | 122 | 46 | 21 | 105 | 45 |
| Binary | 10011111 | 1000010 | 11101 | 0 | 111010 | 1010010 | 100110 | 10001 | 1000101 | 100101 |
Color Harmonies of #9F421D
Complementary color
Monochromatic Colors of #9F421D
Black with #9F421D
Text Example
Text Example
White with #9F421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F421D; }
p { color: rgb(159,66,29); }
H1.HeaderClassName
{
color: #9F421D;
}
.AnyTagClassName
{
color: #9F421D;
}
</style>
background-color css
<style>
a { background-color: #9F421D; }
a { background-color: rgb(159,66,29); }
div.DivClassName
{
background-color: #9F421D;
}
.BgClassName
{
background-color: #9F421D;
}
</style>
border-color css
<style>
span { border-color: #9F421D; }
span { border-color: rgb(159,66,29); }
td.TdClassName
{
border-color: #9F421D;
}
.TagClassName
{
border-color: #9F421D;
}
</style>