Shades of Rock Spray #9F402A
Tints of Rock Spray #9F402A
RGB
CMYK
RGB Variations
Color information
#9F402A (or 0x9F402A) is known color: Rock Spray. HEX triplet: 9F, 40 and 2A. RGB value is (159,64,42). Sum of RGB (Red+Green+Blue) = 159+64+42=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F402A is #60BFD5. Grayscale: #5A5A5A. Windows color (decimal): -6340566 or 2769055. OLE color: 2769055.
HSL color Cylindrical-coordinate representation of color #9F402A: hue angle of 11.28º 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 #9F402A is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 42 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.38 |
| HSL | 11.28º | 0.58% | 0.39% | - |
| HSV(B) | 11.28º | 0.74% | 0.62% | - |
| XYZ | 16.55 | 11.2 | 3.48 | - |
| YUV | 89.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 42 | 0 | 0.60 | 0.74 | 0.38 | 11.28 | 0.58 | 0.39 |
| Hex | 9F | 40 | 2A | 0 | 3C | 4A | 26 | B | 3A | 27 |
| Octal | 237 | 100 | 52 | 0 | 74 | 112 | 46 | 13 | 72 | 47 |
| Binary | 10011111 | 1000000 | 101010 | 0 | 111100 | 1001010 | 100110 | 1011 | 111010 | 100111 |
Color Harmonies of #9F402A
Complementary color
Monochromatic Colors of #9F402A
Black with #9F402A
Text Example
Text Example
White with #9F402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F402A; }
p { color: rgb(159,64,42); }
H1.HeaderClassName
{
color: #9F402A;
}
.AnyTagClassName
{
color: #9F402A;
}
</style>
background-color css
<style>
a { background-color: #9F402A; }
a { background-color: rgb(159,64,42); }
div.DivClassName
{
background-color: #9F402A;
}
.BgClassName
{
background-color: #9F402A;
}
</style>
border-color css
<style>
span { border-color: #9F402A; }
span { border-color: rgb(159,64,42); }
td.TdClassName
{
border-color: #9F402A;
}
.TagClassName
{
border-color: #9F402A;
}
</style>