Shades of Rock Spray #9C411D
Tints of Rock Spray #9C411D
RGB
CMYK
RGB Variations
Color information
#9C411D (or 0x9C411D) is known color: Rock Spray. HEX triplet: 9C, 41 and 1D. RGB value is (156,65,29). Sum of RGB (Red+Green+Blue) = 156+65+29=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C411D is #63BEE2. Grayscale: #585858. Windows color (decimal): -6536931 or 1917340. OLE color: 1917340.
HSL color Cylindrical-coordinate representation of color #9C411D: hue angle of 17.01º 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 #9C411D is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 65 | 29 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.39 |
| HSL | 17.01º | 0.69% | 0.36% | - |
| HSV(B) | 17.01º | 0.81% | 0.61% | - |
| XYZ | 15.82 | 10.94 | 2.44 | - |
| YUV | 88.11 | 94.65 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 29 | 0 | 0.58 | 0.81 | 0.39 | 17.01 | 0.69 | 0.36 |
| Hex | 9C | 41 | 1D | 0 | 3A | 51 | 27 | 11 | 45 | 24 |
| Octal | 234 | 101 | 35 | 0 | 72 | 121 | 47 | 21 | 105 | 44 |
| Binary | 10011100 | 1000001 | 11101 | 0 | 111010 | 1010001 | 100111 | 10001 | 1000101 | 100100 |
Color Harmonies of #9C411D
Complementary color
Monochromatic Colors of #9C411D
Black with #9C411D
Text Example
Text Example
White with #9C411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C411D; }
p { color: rgb(156,65,29); }
H1.HeaderClassName
{
color: #9C411D;
}
.AnyTagClassName
{
color: #9C411D;
}
</style>
background-color css
<style>
a { background-color: #9C411D; }
a { background-color: rgb(156,65,29); }
div.DivClassName
{
background-color: #9C411D;
}
.BgClassName
{
background-color: #9C411D;
}
</style>
border-color css
<style>
span { border-color: #9C411D; }
span { border-color: rgb(156,65,29); }
td.TdClassName
{
border-color: #9C411D;
}
.TagClassName
{
border-color: #9C411D;
}
</style>