Shades of Rock Spray #9F371A
Tints of Rock Spray #9F371A
RGB
CMYK
RGB Variations
Color information
#9F371A (or 0x9F371A) is known color: Rock Spray. HEX triplet: 9F, 37 and 1A. RGB value is (159,55,26). Sum of RGB (Red+Green+Blue) = 159+55+26=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F371A is #60C8E5. Grayscale: #535353. Windows color (decimal): -6342886 or 1718175. OLE color: 1718175.
HSL color Cylindrical-coordinate representation of color #9F371A: hue angle of 13.08º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F371A is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 26 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.38 |
| HSL | 13.08º | 0.72% | 0.36% | - |
| HSV(B) | 13.08º | 0.84% | 0.62% | - |
| XYZ | 15.85 | 10.18 | 2.11 | - |
| YUV | 82.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 26 | 0 | 0.65 | 0.84 | 0.38 | 13.08 | 0.72 | 0.36 |
| Hex | 9F | 37 | 1A | 0 | 41 | 54 | 26 | D | 48 | 24 |
| Octal | 237 | 67 | 32 | 0 | 101 | 124 | 46 | 15 | 110 | 44 |
| Binary | 10011111 | 110111 | 11010 | 0 | 1000001 | 1010100 | 100110 | 1101 | 1001000 | 100100 |
Color Harmonies of #9F371A
Complementary color
Monochromatic Colors of #9F371A
Black with #9F371A
Text Example
Text Example
White with #9F371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F371A; }
p { color: rgb(159,55,26); }
H1.HeaderClassName
{
color: #9F371A;
}
.AnyTagClassName
{
color: #9F371A;
}
</style>
background-color css
<style>
a { background-color: #9F371A; }
a { background-color: rgb(159,55,26); }
div.DivClassName
{
background-color: #9F371A;
}
.BgClassName
{
background-color: #9F371A;
}
</style>
border-color css
<style>
span { border-color: #9F371A; }
span { border-color: rgb(159,55,26); }
td.TdClassName
{
border-color: #9F371A;
}
.TagClassName
{
border-color: #9F371A;
}
</style>