Shades of Rock Spray #9B472B
Tints of Rock Spray #9B472B
RGB
CMYK
RGB Variations
Color information
#9B472B (or 0x9B472B) is known color: Rock Spray. HEX triplet: 9B, 47 and 2B. RGB value is (155,71,43). Sum of RGB (Red+Green+Blue) = 155+71+43=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B472B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B472B is #64B8D4. Grayscale: #5D5D5D. Windows color (decimal): -6600917 or 2836379. OLE color: 2836379.
HSL color Cylindrical-coordinate representation of color #9B472B: hue angle of 15º degrees, saturation: 0.57, 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 #9B472B is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 71 | 43 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.39 |
| HSL | 15º | 0.57% | 0.39% | - |
| HSV(B) | 15º | 0.72% | 0.61% | - |
| XYZ | 16.21 | 11.65 | 3.68 | - |
| YUV | 92.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 43 | 0 | 0.54 | 0.72 | 0.39 | 15 | 0.57 | 0.39 |
| Hex | 9B | 47 | 2B | 0 | 36 | 48 | 27 | F | 39 | 27 |
| Octal | 233 | 107 | 53 | 0 | 66 | 110 | 47 | 17 | 71 | 47 |
| Binary | 10011011 | 1000111 | 101011 | 0 | 110110 | 1001000 | 100111 | 1111 | 111001 | 100111 |
Color Harmonies of #9B472B
Complementary color
Monochromatic Colors of #9B472B
Black with #9B472B
Text Example
Text Example
White with #9B472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B472B; }
p { color: rgb(155,71,43); }
H1.HeaderClassName
{
color: #9B472B;
}
.AnyTagClassName
{
color: #9B472B;
}
</style>
background-color css
<style>
a { background-color: #9B472B; }
a { background-color: rgb(155,71,43); }
div.DivClassName
{
background-color: #9B472B;
}
.BgClassName
{
background-color: #9B472B;
}
</style>
border-color css
<style>
span { border-color: #9B472B; }
span { border-color: rgb(155,71,43); }
td.TdClassName
{
border-color: #9B472B;
}
.TagClassName
{
border-color: #9B472B;
}
</style>