Shades of Rock Spray #9F411D
Tints of Rock Spray #9F411D
RGB
CMYK
RGB Variations
Color information
#9F411D (or 0x9F411D) is known color: Rock Spray. HEX triplet: 9F, 41 and 1D. RGB value is (159,65,29). Sum of RGB (Red+Green+Blue) = 159+65+29=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F411D is #60BEE2. Grayscale: #595959. Windows color (decimal): -6340323 or 1917343. OLE color: 1917343.
HSL color Cylindrical-coordinate representation of color #9F411D: hue angle of 16.62º 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 #9F411D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 29 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.38 |
| HSL | 16.62º | 0.69% | 0.37% | - |
| HSV(B) | 16.62º | 0.82% | 0.62% | - |
| XYZ | 16.41 | 11.24 | 2.47 | - |
| YUV | 89 | 94.14 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 29 | 0 | 0.59 | 0.82 | 0.38 | 16.62 | 0.69 | 0.37 |
| Hex | 9F | 41 | 1D | 0 | 3B | 52 | 26 | 11 | 45 | 25 |
| Octal | 237 | 101 | 35 | 0 | 73 | 122 | 46 | 21 | 105 | 45 |
| Binary | 10011111 | 1000001 | 11101 | 0 | 111011 | 1010010 | 100110 | 10001 | 1000101 | 100101 |
Color Harmonies of #9F411D
Complementary color
Monochromatic Colors of #9F411D
Black with #9F411D
Text Example
Text Example
White with #9F411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F411D; }
p { color: rgb(159,65,29); }
H1.HeaderClassName
{
color: #9F411D;
}
.AnyTagClassName
{
color: #9F411D;
}
</style>
background-color css
<style>
a { background-color: #9F411D; }
a { background-color: rgb(159,65,29); }
div.DivClassName
{
background-color: #9F411D;
}
.BgClassName
{
background-color: #9F411D;
}
</style>
border-color css
<style>
span { border-color: #9F411D; }
span { border-color: rgb(159,65,29); }
td.TdClassName
{
border-color: #9F411D;
}
.TagClassName
{
border-color: #9F411D;
}
</style>