Shades of Rock Spray #9F381F
Tints of Rock Spray #9F381F
RGB
CMYK
RGB Variations
Color information
#9F381F (or 0x9F381F) is known color: Rock Spray. HEX triplet: 9F, 38 and 1F. RGB value is (159,56,31). Sum of RGB (Red+Green+Blue) = 159+56+31=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F381F is #60C7E0. Grayscale: #545454. Windows color (decimal): -6342625 or 2046111. OLE color: 2046111.
HSL color Cylindrical-coordinate representation of color #9F381F: hue angle of 11.72º 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 #9F381F is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 31 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.38 |
| HSL | 11.72º | 0.67% | 0.37% | - |
| HSV(B) | 11.72º | 0.81% | 0.62% | - |
| XYZ | 15.96 | 10.3 | 2.44 | - |
| YUV | 83.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 31 | 0 | 0.65 | 0.81 | 0.38 | 11.72 | 0.67 | 0.37 |
| Hex | 9F | 38 | 1F | 0 | 41 | 51 | 26 | C | 43 | 25 |
| Octal | 237 | 70 | 37 | 0 | 101 | 121 | 46 | 14 | 103 | 45 |
| Binary | 10011111 | 111000 | 11111 | 0 | 1000001 | 1010001 | 100110 | 1100 | 1000011 | 100101 |
Color Harmonies of #9F381F
Complementary color
Monochromatic Colors of #9F381F
Black with #9F381F
Text Example
Text Example
White with #9F381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F381F; }
p { color: rgb(159,56,31); }
H1.HeaderClassName
{
color: #9F381F;
}
.AnyTagClassName
{
color: #9F381F;
}
</style>
background-color css
<style>
a { background-color: #9F381F; }
a { background-color: rgb(159,56,31); }
div.DivClassName
{
background-color: #9F381F;
}
.BgClassName
{
background-color: #9F381F;
}
</style>
border-color css
<style>
span { border-color: #9F381F; }
span { border-color: rgb(159,56,31); }
td.TdClassName
{
border-color: #9F381F;
}
.TagClassName
{
border-color: #9F381F;
}
</style>