Shades of Rock Spray #9F431D
Tints of Rock Spray #9F431D
RGB
CMYK
RGB Variations
Color information
#9F431D (or 0x9F431D) is known color: Rock Spray. HEX triplet: 9F, 43 and 1D. RGB value is (159,67,29). Sum of RGB (Red+Green+Blue) = 159+67+29=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F431D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F431D is #60BCE2. Grayscale: #5A5A5A. Windows color (decimal): -6339811 or 1917855. OLE color: 1917855.
HSL color Cylindrical-coordinate representation of color #9F431D: hue angle of 17.54º 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 #9F431D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 67 | 29 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.38 |
| HSL | 17.54º | 0.69% | 0.37% | - |
| HSV(B) | 17.54º | 0.82% | 0.62% | - |
| XYZ | 16.53 | 11.47 | 2.51 | - |
| YUV | 90.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 29 | 0 | 0.58 | 0.82 | 0.38 | 17.54 | 0.69 | 0.37 |
| Hex | 9F | 43 | 1D | 0 | 3A | 52 | 26 | 12 | 45 | 25 |
| Octal | 237 | 103 | 35 | 0 | 72 | 122 | 46 | 22 | 105 | 45 |
| Binary | 10011111 | 1000011 | 11101 | 0 | 111010 | 1010010 | 100110 | 10010 | 1000101 | 100101 |
Color Harmonies of #9F431D
Complementary color
Monochromatic Colors of #9F431D
Black with #9F431D
Text Example
Text Example
White with #9F431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F431D; }
p { color: rgb(159,67,29); }
H1.HeaderClassName
{
color: #9F431D;
}
.AnyTagClassName
{
color: #9F431D;
}
</style>
background-color css
<style>
a { background-color: #9F431D; }
a { background-color: rgb(159,67,29); }
div.DivClassName
{
background-color: #9F431D;
}
.BgClassName
{
background-color: #9F431D;
}
</style>
border-color css
<style>
span { border-color: #9F431D; }
span { border-color: rgb(159,67,29); }
td.TdClassName
{
border-color: #9F431D;
}
.TagClassName
{
border-color: #9F431D;
}
</style>