Shades of Rock Spray #9C431D
Tints of Rock Spray #9C431D
RGB
CMYK
RGB Variations
Color information
#9C431D (or 0x9C431D) is known color: Rock Spray. HEX triplet: 9C, 43 and 1D. RGB value is (156,67,29). Sum of RGB (Red+Green+Blue) = 156+67+29=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C431D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C431D is #63BCE2. Grayscale: #595959. Windows color (decimal): -6536419 or 1917852. OLE color: 1917852.
HSL color Cylindrical-coordinate representation of color #9C431D: hue angle of 17.95º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C431D is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 29 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.39 |
| HSL | 17.95º | 0.69% | 0.36% | - |
| HSV(B) | 17.95º | 0.81% | 0.61% | - |
| XYZ | 15.94 | 11.17 | 2.48 | - |
| YUV | 89.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 29 | 0 | 0.57 | 0.81 | 0.39 | 17.95 | 0.69 | 0.36 |
| Hex | 9C | 43 | 1D | 0 | 39 | 51 | 27 | 12 | 45 | 24 |
| Octal | 234 | 103 | 35 | 0 | 71 | 121 | 47 | 22 | 105 | 44 |
| Binary | 10011100 | 1000011 | 11101 | 0 | 111001 | 1010001 | 100111 | 10010 | 1000101 | 100100 |
Color Harmonies of #9C431D
Complementary color
Monochromatic Colors of #9C431D
Black with #9C431D
Text Example
Text Example
White with #9C431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C431D; }
p { color: rgb(156,67,29); }
H1.HeaderClassName
{
color: #9C431D;
}
.AnyTagClassName
{
color: #9C431D;
}
</style>
background-color css
<style>
a { background-color: #9C431D; }
a { background-color: rgb(156,67,29); }
div.DivClassName
{
background-color: #9C431D;
}
.BgClassName
{
background-color: #9C431D;
}
</style>
border-color css
<style>
span { border-color: #9C431D; }
span { border-color: rgb(156,67,29); }
td.TdClassName
{
border-color: #9C431D;
}
.TagClassName
{
border-color: #9C431D;
}
</style>