Shades of Rock Spray #9F3F2A
Tints of Rock Spray #9F3F2A
RGB
CMYK
RGB Variations
Color information
#9F3F2A (or 0x9F3F2A) is known color: Rock Spray. HEX triplet: 9F, 3F and 2A. RGB value is (159,63,42). Sum of RGB (Red+Green+Blue) = 159+63+42=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3F2A is #60C0D5. Grayscale: #595959. Windows color (decimal): -6340822 or 2768799. OLE color: 2768799.
HSL color Cylindrical-coordinate representation of color #9F3F2A: hue angle of 10.77º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F3F2A is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 63 | 42 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.38 |
| HSL | 10.77º | 0.58% | 0.39% | - |
| HSV(B) | 10.77º | 0.74% | 0.62% | - |
| XYZ | 16.49 | 11.09 | 3.46 | - |
| YUV | 89.31 | 101.3 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 42 | 0 | 0.60 | 0.74 | 0.38 | 10.77 | 0.58 | 0.39 |
| Hex | 9F | 3F | 2A | 0 | 3C | 4A | 26 | B | 3A | 27 |
| Octal | 237 | 77 | 52 | 0 | 74 | 112 | 46 | 13 | 72 | 47 |
| Binary | 10011111 | 111111 | 101010 | 0 | 111100 | 1001010 | 100110 | 1011 | 111010 | 100111 |
Color Harmonies of #9F3F2A
Complementary color
Monochromatic Colors of #9F3F2A
Black with #9F3F2A
Text Example
Text Example
White with #9F3F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3F2A; }
p { color: rgb(159,63,42); }
H1.HeaderClassName
{
color: #9F3F2A;
}
.AnyTagClassName
{
color: #9F3F2A;
}
</style>
background-color css
<style>
a { background-color: #9F3F2A; }
a { background-color: rgb(159,63,42); }
div.DivClassName
{
background-color: #9F3F2A;
}
.BgClassName
{
background-color: #9F3F2A;
}
</style>
border-color css
<style>
span { border-color: #9F3F2A; }
span { border-color: rgb(159,63,42); }
td.TdClassName
{
border-color: #9F3F2A;
}
.TagClassName
{
border-color: #9F3F2A;
}
</style>