Shades of Rock Spray #9F371D
Tints of Rock Spray #9F371D
RGB
CMYK
RGB Variations
Color information
#9F371D (or 0x9F371D) is known color: Rock Spray. HEX triplet: 9F, 37 and 1D. RGB value is (159,55,29). Sum of RGB (Red+Green+Blue) = 159+55+29=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F371D is #60C8E2. Grayscale: #535353. Windows color (decimal): -6342883 or 1914783. OLE color: 1914783.
HSL color Cylindrical-coordinate representation of color #9F371D: hue angle of 12º 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 #9F371D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 29 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.38 |
| HSL | 12º | 0.69% | 0.37% | - |
| HSV(B) | 12º | 0.82% | 0.62% | - |
| XYZ | 15.89 | 10.19 | 2.29 | - |
| YUV | 83.13 | 97.46 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 29 | 0 | 0.65 | 0.82 | 0.38 | 12 | 0.69 | 0.37 |
| Hex | 9F | 37 | 1D | 0 | 41 | 52 | 26 | C | 45 | 25 |
| Octal | 237 | 67 | 35 | 0 | 101 | 122 | 46 | 14 | 105 | 45 |
| Binary | 10011111 | 110111 | 11101 | 0 | 1000001 | 1010010 | 100110 | 1100 | 1000101 | 100101 |
Color Harmonies of #9F371D
Complementary color
Monochromatic Colors of #9F371D
Black with #9F371D
Text Example
Text Example
White with #9F371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F371D; }
p { color: rgb(159,55,29); }
H1.HeaderClassName
{
color: #9F371D;
}
.AnyTagClassName
{
color: #9F371D;
}
</style>
background-color css
<style>
a { background-color: #9F371D; }
a { background-color: rgb(159,55,29); }
div.DivClassName
{
background-color: #9F371D;
}
.BgClassName
{
background-color: #9F371D;
}
</style>
border-color css
<style>
span { border-color: #9F371D; }
span { border-color: rgb(159,55,29); }
td.TdClassName
{
border-color: #9F371D;
}
.TagClassName
{
border-color: #9F371D;
}
</style>