Shades of Rock Spray #9F3A28
Tints of Rock Spray #9F3A28
RGB
CMYK
RGB Variations
Color information
#9F3A28 (or 0x9F3A28) is known color: Rock Spray. HEX triplet: 9F, 3A and 28. RGB value is (159,58,40). Sum of RGB (Red+Green+Blue) = 159+58+40=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3A28 is #60C5D7. Grayscale: #565656. Windows color (decimal): -6342104 or 2636447. OLE color: 2636447.
HSL color Cylindrical-coordinate representation of color #9F3A28: hue angle of 9.08º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F3A28 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 58 | 40 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.38 |
| HSL | 9.08º | 0.6% | 0.39% | - |
| HSV(B) | 9.08º | 0.75% | 0.62% | - |
| XYZ | 16.19 | 10.55 | 3.19 | - |
| YUV | 86.15 | 101.96 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 40 | 0 | 0.64 | 0.75 | 0.38 | 9.08 | 0.6 | 0.39 |
| Hex | 9F | 3A | 28 | 0 | 40 | 4B | 26 | 9 | 3C | 27 |
| Octal | 237 | 72 | 50 | 0 | 100 | 113 | 46 | 11 | 74 | 47 |
| Binary | 10011111 | 111010 | 101000 | 0 | 1000000 | 1001011 | 100110 | 1001 | 111100 | 100111 |
Color Harmonies of #9F3A28
Complementary color
Monochromatic Colors of #9F3A28
Black with #9F3A28
Text Example
Text Example
White with #9F3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3A28; }
p { color: rgb(159,58,40); }
H1.HeaderClassName
{
color: #9F3A28;
}
.AnyTagClassName
{
color: #9F3A28;
}
</style>
background-color css
<style>
a { background-color: #9F3A28; }
a { background-color: rgb(159,58,40); }
div.DivClassName
{
background-color: #9F3A28;
}
.BgClassName
{
background-color: #9F3A28;
}
</style>
border-color css
<style>
span { border-color: #9F3A28; }
span { border-color: rgb(159,58,40); }
td.TdClassName
{
border-color: #9F3A28;
}
.TagClassName
{
border-color: #9F3A28;
}
</style>