Shades of Rock Spray #9F361B
Tints of Rock Spray #9F361B
RGB
CMYK
RGB Variations
Color information
#9F361B (or 0x9F361B) is known color: Rock Spray. HEX triplet: 9F, 36 and 1B. RGB value is (159,54,27). Sum of RGB (Red+Green+Blue) = 159+54+27=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F361B is #60C9E4. Grayscale: #525252. Windows color (decimal): -6343141 or 1783455. OLE color: 1783455.
HSL color Cylindrical-coordinate representation of color #9F361B: hue angle of 12.27º 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 #9F361B is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 27 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.38 |
| HSL | 12.27º | 0.71% | 0.36% | - |
| HSV(B) | 12.27º | 0.83% | 0.62% | - |
| XYZ | 15.82 | 10.09 | 2.15 | - |
| YUV | 82.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 27 | 0 | 0.66 | 0.83 | 0.38 | 12.27 | 0.71 | 0.36 |
| Hex | 9F | 36 | 1B | 0 | 42 | 53 | 26 | C | 47 | 24 |
| Octal | 237 | 66 | 33 | 0 | 102 | 123 | 46 | 14 | 107 | 44 |
| Binary | 10011111 | 110110 | 11011 | 0 | 1000010 | 1010011 | 100110 | 1100 | 1000111 | 100100 |
Color Harmonies of #9F361B
Complementary color
Monochromatic Colors of #9F361B
Black with #9F361B
Text Example
Text Example
White with #9F361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F361B; }
p { color: rgb(159,54,27); }
H1.HeaderClassName
{
color: #9F361B;
}
.AnyTagClassName
{
color: #9F361B;
}
</style>
background-color css
<style>
a { background-color: #9F361B; }
a { background-color: rgb(159,54,27); }
div.DivClassName
{
background-color: #9F361B;
}
.BgClassName
{
background-color: #9F361B;
}
</style>
border-color css
<style>
span { border-color: #9F361B; }
span { border-color: rgb(159,54,27); }
td.TdClassName
{
border-color: #9F361B;
}
.TagClassName
{
border-color: #9F361B;
}
</style>