Shades of Rock Spray #9F3C30
Tints of Rock Spray #9F3C30
RGB
CMYK
RGB Variations
Color information
#9F3C30 (or 0x9F3C30) is known color: Rock Spray. HEX triplet: 9F, 3C and 30. RGB value is (159,60,48). Sum of RGB (Red+Green+Blue) = 159+60+48=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3C30 is #60C3CF. Grayscale: #585858. Windows color (decimal): -6341584 or 3161247. OLE color: 3161247.
HSL color Cylindrical-coordinate representation of color #9F3C30: hue angle of 6.49º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F3C30 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 60 | 48 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.38 |
| HSL | 6.49º | 0.54% | 0.41% | - |
| HSV(B) | 6.49º | 0.7% | 0.62% | - |
| XYZ | 16.45 | 10.82 | 4.02 | - |
| YUV | 88.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 48 | 0 | 0.62 | 0.70 | 0.38 | 6.49 | 0.54 | 0.41 |
| Hex | 9F | 3C | 30 | 0 | 3E | 46 | 26 | 6 | 36 | 29 |
| Octal | 237 | 74 | 60 | 0 | 76 | 106 | 46 | 6 | 66 | 51 |
| Binary | 10011111 | 111100 | 110000 | 0 | 111110 | 1000110 | 100110 | 110 | 110110 | 101001 |
Color Harmonies of #9F3C30
Complementary color
Monochromatic Colors of #9F3C30
Black with #9F3C30
Text Example
Text Example
White with #9F3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3C30; }
p { color: rgb(159,60,48); }
H1.HeaderClassName
{
color: #9F3C30;
}
.AnyTagClassName
{
color: #9F3C30;
}
</style>
background-color css
<style>
a { background-color: #9F3C30; }
a { background-color: rgb(159,60,48); }
div.DivClassName
{
background-color: #9F3C30;
}
.BgClassName
{
background-color: #9F3C30;
}
</style>
border-color css
<style>
span { border-color: #9F3C30; }
span { border-color: rgb(159,60,48); }
td.TdClassName
{
border-color: #9F3C30;
}
.TagClassName
{
border-color: #9F3C30;
}
</style>