Shades of Rock Spray #9B4334
Tints of Rock Spray #9B4334
RGB
CMYK
RGB Variations
Color information
#9B4334 (or 0x9B4334) is known color: Rock Spray. HEX triplet: 9B, 43 and 34. RGB value is (155,67,52). Sum of RGB (Red+Green+Blue) = 155+67+52=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4334 is #64BCCB. Grayscale: #5B5B5B. Windows color (decimal): -6601932 or 3425179. OLE color: 3425179.
HSL color Cylindrical-coordinate representation of color #9B4334: hue angle of 8.74º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B4334 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 67 | 52 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.39 |
| HSL | 8.74º | 0.5% | 0.41% | - |
| HSV(B) | 8.74º | 0.66% | 0.61% | - |
| XYZ | 16.14 | 11.23 | 4.57 | - |
| YUV | 91.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 67 | 52 | 0 | 0.57 | 0.66 | 0.39 | 8.74 | 0.5 | 0.41 |
| Hex | 9B | 43 | 34 | 0 | 39 | 42 | 27 | 9 | 32 | 29 |
| Octal | 233 | 103 | 64 | 0 | 71 | 102 | 47 | 11 | 62 | 51 |
| Binary | 10011011 | 1000011 | 110100 | 0 | 111001 | 1000010 | 100111 | 1001 | 110010 | 101001 |
Color Harmonies of #9B4334
Complementary color
Monochromatic Colors of #9B4334
Black with #9B4334
Text Example
Text Example
White with #9B4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4334; }
p { color: rgb(155,67,52); }
H1.HeaderClassName
{
color: #9B4334;
}
.AnyTagClassName
{
color: #9B4334;
}
</style>
background-color css
<style>
a { background-color: #9B4334; }
a { background-color: rgb(155,67,52); }
div.DivClassName
{
background-color: #9B4334;
}
.BgClassName
{
background-color: #9B4334;
}
</style>
border-color css
<style>
span { border-color: #9B4334; }
span { border-color: rgb(155,67,52); }
td.TdClassName
{
border-color: #9B4334;
}
.TagClassName
{
border-color: #9B4334;
}
</style>