Shades of Rock Spray #9F442A
Tints of Rock Spray #9F442A
RGB
CMYK
RGB Variations
Color information
#9F442A (or 0x9F442A) is known color: Rock Spray. HEX triplet: 9F, 44 and 2A. RGB value is (159,68,42). Sum of RGB (Red+Green+Blue) = 159+68+42=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F442A is #60BBD5. Grayscale: #5C5C5C. Windows color (decimal): -6339542 or 2770079. OLE color: 2770079.
HSL color Cylindrical-coordinate representation of color #9F442A: hue angle of 13.33º 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 #9F442A is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 42 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.38 |
| HSL | 13.33º | 0.58% | 0.39% | - |
| HSV(B) | 13.33º | 0.74% | 0.62% | - |
| XYZ | 16.78 | 11.67 | 3.56 | - |
| YUV | 92.25 | 99.65 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 42 | 0 | 0.57 | 0.74 | 0.38 | 13.33 | 0.58 | 0.39 |
| Hex | 9F | 44 | 2A | 0 | 39 | 4A | 26 | D | 3A | 27 |
| Octal | 237 | 104 | 52 | 0 | 71 | 112 | 46 | 15 | 72 | 47 |
| Binary | 10011111 | 1000100 | 101010 | 0 | 111001 | 1001010 | 100110 | 1101 | 111010 | 100111 |
Color Harmonies of #9F442A
Complementary color
Monochromatic Colors of #9F442A
Black with #9F442A
Text Example
Text Example
White with #9F442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F442A; }
p { color: rgb(159,68,42); }
H1.HeaderClassName
{
color: #9F442A;
}
.AnyTagClassName
{
color: #9F442A;
}
</style>
background-color css
<style>
a { background-color: #9F442A; }
a { background-color: rgb(159,68,42); }
div.DivClassName
{
background-color: #9F442A;
}
.BgClassName
{
background-color: #9F442A;
}
</style>
border-color css
<style>
span { border-color: #9F442A; }
span { border-color: rgb(159,68,42); }
td.TdClassName
{
border-color: #9F442A;
}
.TagClassName
{
border-color: #9F442A;
}
</style>