Shades of Rock Spray #9B412C
Tints of Rock Spray #9B412C
RGB
CMYK
RGB Variations
Color information
#9B412C (or 0x9B412C) is known color: Rock Spray. HEX triplet: 9B, 41 and 2C. RGB value is (155,65,44). Sum of RGB (Red+Green+Blue) = 155+65+44=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B412C is #64BED3. Grayscale: #595959. Windows color (decimal): -6602452 or 2900379. OLE color: 2900379.
HSL color Cylindrical-coordinate representation of color #9B412C: hue angle of 11.35º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B412C is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 65 | 44 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.39 |
| HSL | 11.35º | 0.56% | 0.39% | - |
| HSV(B) | 11.35º | 0.72% | 0.61% | - |
| XYZ | 15.86 | 10.93 | 3.66 | - |
| YUV | 89.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 65 | 44 | 0 | 0.58 | 0.72 | 0.39 | 11.35 | 0.56 | 0.39 |
| Hex | 9B | 41 | 2C | 0 | 3A | 48 | 27 | B | 38 | 27 |
| Octal | 233 | 101 | 54 | 0 | 72 | 110 | 47 | 13 | 70 | 47 |
| Binary | 10011011 | 1000001 | 101100 | 0 | 111010 | 1001000 | 100111 | 1011 | 111000 | 100111 |
Color Harmonies of #9B412C
Complementary color
Monochromatic Colors of #9B412C
Black with #9B412C
Text Example
Text Example
White with #9B412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B412C; }
p { color: rgb(155,65,44); }
H1.HeaderClassName
{
color: #9B412C;
}
.AnyTagClassName
{
color: #9B412C;
}
</style>
background-color css
<style>
a { background-color: #9B412C; }
a { background-color: rgb(155,65,44); }
div.DivClassName
{
background-color: #9B412C;
}
.BgClassName
{
background-color: #9B412C;
}
</style>
border-color css
<style>
span { border-color: #9B412C; }
span { border-color: rgb(155,65,44); }
td.TdClassName
{
border-color: #9B412C;
}
.TagClassName
{
border-color: #9B412C;
}
</style>