Shades of Rock Spray #9F3F1D
Tints of Rock Spray #9F3F1D
RGB
CMYK
RGB Variations
Color information
#9F3F1D (or 0x9F3F1D) is known color: Rock Spray. HEX triplet: 9F, 3F and 1D. RGB value is (159,63,29). Sum of RGB (Red+Green+Blue) = 159+63+29=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3F1D is #60C0E2. Grayscale: #585858. Windows color (decimal): -6340835 or 1916831. OLE color: 1916831.
HSL color Cylindrical-coordinate representation of color #9F3F1D: hue angle of 15.69º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F3F1D is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 63 | 29 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.38 |
| HSL | 15.69º | 0.69% | 0.37% | - |
| HSV(B) | 15.69º | 0.82% | 0.62% | - |
| XYZ | 16.3 | 11.01 | 2.43 | - |
| YUV | 87.83 | 94.8 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 29 | 0 | 0.60 | 0.82 | 0.38 | 15.69 | 0.69 | 0.37 |
| Hex | 9F | 3F | 1D | 0 | 3C | 52 | 26 | 10 | 45 | 25 |
| Octal | 237 | 77 | 35 | 0 | 74 | 122 | 46 | 20 | 105 | 45 |
| Binary | 10011111 | 111111 | 11101 | 0 | 111100 | 1010010 | 100110 | 10000 | 1000101 | 100101 |
Color Harmonies of #9F3F1D
Complementary color
Monochromatic Colors of #9F3F1D
Black with #9F3F1D
Text Example
Text Example
White with #9F3F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3F1D; }
p { color: rgb(159,63,29); }
H1.HeaderClassName
{
color: #9F3F1D;
}
.AnyTagClassName
{
color: #9F3F1D;
}
</style>
background-color css
<style>
a { background-color: #9F3F1D; }
a { background-color: rgb(159,63,29); }
div.DivClassName
{
background-color: #9F3F1D;
}
.BgClassName
{
background-color: #9F3F1D;
}
</style>
border-color css
<style>
span { border-color: #9F3F1D; }
span { border-color: rgb(159,63,29); }
td.TdClassName
{
border-color: #9F3F1D;
}
.TagClassName
{
border-color: #9F3F1D;
}
</style>