Shades of Rock Spray #9F3A2C
Tints of Rock Spray #9F3A2C
RGB
CMYK
RGB Variations
Color information
#9F3A2C (or 0x9F3A2C) is known color: Rock Spray. HEX triplet: 9F, 3A and 2C. RGB value is (159,58,44). Sum of RGB (Red+Green+Blue) = 159+58+44=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3A2C is #60C5D3. Grayscale: #565656. Windows color (decimal): -6342100 or 2898591. OLE color: 2898591.
HSL color Cylindrical-coordinate representation of color #9F3A2C: hue angle of 7.3º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F3A2C is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 58 | 44 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.38 |
| HSL | 7.3º | 0.57% | 0.4% | - |
| HSV(B) | 7.3º | 0.72% | 0.62% | - |
| XYZ | 16.27 | 10.58 | 3.57 | - |
| YUV | 86.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 44 | 0 | 0.64 | 0.72 | 0.38 | 7.3 | 0.57 | 0.4 |
| Hex | 9F | 3A | 2C | 0 | 40 | 48 | 26 | 7 | 39 | 28 |
| Octal | 237 | 72 | 54 | 0 | 100 | 110 | 46 | 7 | 71 | 50 |
| Binary | 10011111 | 111010 | 101100 | 0 | 1000000 | 1001000 | 100110 | 111 | 111001 | 101000 |
Color Harmonies of #9F3A2C
Complementary color
Monochromatic Colors of #9F3A2C
Black with #9F3A2C
Text Example
Text Example
White with #9F3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3A2C; }
p { color: rgb(159,58,44); }
H1.HeaderClassName
{
color: #9F3A2C;
}
.AnyTagClassName
{
color: #9F3A2C;
}
</style>
background-color css
<style>
a { background-color: #9F3A2C; }
a { background-color: rgb(159,58,44); }
div.DivClassName
{
background-color: #9F3A2C;
}
.BgClassName
{
background-color: #9F3A2C;
}
</style>
border-color css
<style>
span { border-color: #9F3A2C; }
span { border-color: rgb(159,58,44); }
td.TdClassName
{
border-color: #9F3A2C;
}
.TagClassName
{
border-color: #9F3A2C;
}
</style>