Shades of Rock Spray #9B442F
Tints of Rock Spray #9B442F
RGB
CMYK
RGB Variations
Color information
#9B442F (or 0x9B442F) is known color: Rock Spray. HEX triplet: 9B, 44 and 2F. RGB value is (155,68,47). Sum of RGB (Red+Green+Blue) = 155+68+47=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B442F is #64BBD0. Grayscale: #5B5B5B. Windows color (decimal): -6601681 or 3097755. OLE color: 3097755.
HSL color Cylindrical-coordinate representation of color #9B442F: hue angle of 11.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B442F is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 68 | 47 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.39 |
| HSL | 11.67º | 0.53% | 0.4% | - |
| HSV(B) | 11.67º | 0.7% | 0.61% | - |
| XYZ | 16.1 | 11.31 | 4.02 | - |
| YUV | 91.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 47 | 0 | 0.56 | 0.70 | 0.39 | 11.67 | 0.53 | 0.4 |
| Hex | 9B | 44 | 2F | 0 | 38 | 46 | 27 | C | 35 | 28 |
| Octal | 233 | 104 | 57 | 0 | 70 | 106 | 47 | 14 | 65 | 50 |
| Binary | 10011011 | 1000100 | 101111 | 0 | 111000 | 1000110 | 100111 | 1100 | 110101 | 101000 |
Color Harmonies of #9B442F
Complementary color
Monochromatic Colors of #9B442F
Black with #9B442F
Text Example
Text Example
White with #9B442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B442F; }
p { color: rgb(155,68,47); }
H1.HeaderClassName
{
color: #9B442F;
}
.AnyTagClassName
{
color: #9B442F;
}
</style>
background-color css
<style>
a { background-color: #9B442F; }
a { background-color: rgb(155,68,47); }
div.DivClassName
{
background-color: #9B442F;
}
.BgClassName
{
background-color: #9B442F;
}
</style>
border-color css
<style>
span { border-color: #9B442F; }
span { border-color: rgb(155,68,47); }
td.TdClassName
{
border-color: #9B442F;
}
.TagClassName
{
border-color: #9B442F;
}
</style>