Shades of Rock Spray #9F351D
Tints of Rock Spray #9F351D
RGB
CMYK
RGB Variations
Color information
#9F351D (or 0x9F351D) is known color: Rock Spray. HEX triplet: 9F, 35 and 1D. RGB value is (159,53,29). Sum of RGB (Red+Green+Blue) = 159+53+29=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F351D is #60CAE2. Grayscale: #525252. Windows color (decimal): -6343395 or 1914271. OLE color: 1914271.
HSL color Cylindrical-coordinate representation of color #9F351D: hue angle of 11.08º 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 #9F351D is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 29 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.38 |
| HSL | 11.08º | 0.69% | 0.37% | - |
| HSV(B) | 11.08º | 0.82% | 0.62% | - |
| XYZ | 15.79 | 10.01 | 2.26 | - |
| YUV | 81.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 29 | 0 | 0.67 | 0.82 | 0.38 | 11.08 | 0.69 | 0.37 |
| Hex | 9F | 35 | 1D | 0 | 43 | 52 | 26 | B | 45 | 25 |
| Octal | 237 | 65 | 35 | 0 | 103 | 122 | 46 | 13 | 105 | 45 |
| Binary | 10011111 | 110101 | 11101 | 0 | 1000011 | 1010010 | 100110 | 1011 | 1000101 | 100101 |
Color Harmonies of #9F351D
Complementary color
Monochromatic Colors of #9F351D
Black with #9F351D
Text Example
Text Example
White with #9F351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F351D; }
p { color: rgb(159,53,29); }
H1.HeaderClassName
{
color: #9F351D;
}
.AnyTagClassName
{
color: #9F351D;
}
</style>
background-color css
<style>
a { background-color: #9F351D; }
a { background-color: rgb(159,53,29); }
div.DivClassName
{
background-color: #9F351D;
}
.BgClassName
{
background-color: #9F351D;
}
</style>
border-color css
<style>
span { border-color: #9F351D; }
span { border-color: rgb(159,53,29); }
td.TdClassName
{
border-color: #9F351D;
}
.TagClassName
{
border-color: #9F351D;
}
</style>