Shades of Rock Spray #9F351F
Tints of Rock Spray #9F351F
RGB
CMYK
RGB Variations
Color information
#9F351F (or 0x9F351F) is known color: Rock Spray. HEX triplet: 9F, 35 and 1F. RGB value is (159,53,31). Sum of RGB (Red+Green+Blue) = 159+53+31=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F351F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F351F is #60CAE0. Grayscale: #525252. Windows color (decimal): -6343393 or 2045343. OLE color: 2045343.
HSL color Cylindrical-coordinate representation of color #9F351F: hue angle of 10.31º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F351F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 31 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.38 |
| HSL | 10.31º | 0.67% | 0.37% | - |
| HSV(B) | 10.31º | 0.81% | 0.62% | - |
| XYZ | 15.82 | 10.02 | 2.4 | - |
| YUV | 82.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 31 | 0 | 0.67 | 0.81 | 0.38 | 10.31 | 0.67 | 0.37 |
| Hex | 9F | 35 | 1F | 0 | 43 | 51 | 26 | A | 43 | 25 |
| Octal | 237 | 65 | 37 | 0 | 103 | 121 | 46 | 12 | 103 | 45 |
| Binary | 10011111 | 110101 | 11111 | 0 | 1000011 | 1010001 | 100110 | 1010 | 1000011 | 100101 |
Color Harmonies of #9F351F
Complementary color
Monochromatic Colors of #9F351F
Black with #9F351F
Text Example
Text Example
White with #9F351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F351F; }
p { color: rgb(159,53,31); }
H1.HeaderClassName
{
color: #9F351F;
}
.AnyTagClassName
{
color: #9F351F;
}
</style>
background-color css
<style>
a { background-color: #9F351F; }
a { background-color: rgb(159,53,31); }
div.DivClassName
{
background-color: #9F351F;
}
.BgClassName
{
background-color: #9F351F;
}
</style>
border-color css
<style>
span { border-color: #9F351F; }
span { border-color: rgb(159,53,31); }
td.TdClassName
{
border-color: #9F351F;
}
.TagClassName
{
border-color: #9F351F;
}
</style>