Shades of Rock Spray #9B4231
Tints of Rock Spray #9B4231
RGB
CMYK
RGB Variations
Color information
#9B4231 (or 0x9B4231) is known color: Rock Spray. HEX triplet: 9B, 42 and 31. RGB value is (155,66,49). Sum of RGB (Red+Green+Blue) = 155+66+49=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4231 is #64BDCE. Grayscale: #5A5A5A. Windows color (decimal): -6602191 or 3228315. OLE color: 3228315.
HSL color Cylindrical-coordinate representation of color #9B4231: hue angle of 9.62º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B4231 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 66 | 49 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.39 |
| HSL | 9.62º | 0.52% | 0.4% | - |
| HSV(B) | 9.62º | 0.68% | 0.61% | - |
| XYZ | 16.02 | 11.09 | 4.2 | - |
| YUV | 90.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 49 | 0 | 0.57 | 0.68 | 0.39 | 9.62 | 0.52 | 0.4 |
| Hex | 9B | 42 | 31 | 0 | 39 | 44 | 27 | A | 34 | 28 |
| Octal | 233 | 102 | 61 | 0 | 71 | 104 | 47 | 12 | 64 | 50 |
| Binary | 10011011 | 1000010 | 110001 | 0 | 111001 | 1000100 | 100111 | 1010 | 110100 | 101000 |
Color Harmonies of #9B4231
Complementary color
Monochromatic Colors of #9B4231
Black with #9B4231
Text Example
Text Example
White with #9B4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4231; }
p { color: rgb(155,66,49); }
H1.HeaderClassName
{
color: #9B4231;
}
.AnyTagClassName
{
color: #9B4231;
}
</style>
background-color css
<style>
a { background-color: #9B4231; }
a { background-color: rgb(155,66,49); }
div.DivClassName
{
background-color: #9B4231;
}
.BgClassName
{
background-color: #9B4231;
}
</style>
border-color css
<style>
span { border-color: #9B4231; }
span { border-color: rgb(155,66,49); }
td.TdClassName
{
border-color: #9B4231;
}
.TagClassName
{
border-color: #9B4231;
}
</style>