Shades of Rock Spray #9F3E1B
Tints of Rock Spray #9F3E1B
RGB
CMYK
RGB Variations
Color information
#9F3E1B (or 0x9F3E1B) is known color: Rock Spray. HEX triplet: 9F, 3E and 1B. RGB value is (159,62,27). Sum of RGB (Red+Green+Blue) = 159+62+27=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3E1B is #60C1E4. Grayscale: #575757. Windows color (decimal): -6341093 or 1785503. OLE color: 1785503.
HSL color Cylindrical-coordinate representation of color #9F3E1B: hue angle of 15.91º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F3E1B is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 62 | 27 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.38 |
| HSL | 15.91º | 0.71% | 0.36% | - |
| HSV(B) | 15.91º | 0.83% | 0.62% | - |
| XYZ | 16.22 | 10.9 | 2.29 | - |
| YUV | 87.01 | 94.14 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 27 | 0 | 0.61 | 0.83 | 0.38 | 15.91 | 0.71 | 0.36 |
| Hex | 9F | 3E | 1B | 0 | 3D | 53 | 26 | 10 | 47 | 24 |
| Octal | 237 | 76 | 33 | 0 | 75 | 123 | 46 | 20 | 107 | 44 |
| Binary | 10011111 | 111110 | 11011 | 0 | 111101 | 1010011 | 100110 | 10000 | 1000111 | 100100 |
Color Harmonies of #9F3E1B
Complementary color
Monochromatic Colors of #9F3E1B
Black with #9F3E1B
Text Example
Text Example
White with #9F3E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3E1B; }
p { color: rgb(159,62,27); }
H1.HeaderClassName
{
color: #9F3E1B;
}
.AnyTagClassName
{
color: #9F3E1B;
}
</style>
background-color css
<style>
a { background-color: #9F3E1B; }
a { background-color: rgb(159,62,27); }
div.DivClassName
{
background-color: #9F3E1B;
}
.BgClassName
{
background-color: #9F3E1B;
}
</style>
border-color css
<style>
span { border-color: #9F3E1B; }
span { border-color: rgb(159,62,27); }
td.TdClassName
{
border-color: #9F3E1B;
}
.TagClassName
{
border-color: #9F3E1B;
}
</style>