Shades of Rock Spray #994B32
Tints of Rock Spray #994B32
RGB
CMYK
RGB Variations
Color information
#994B32 (or 0x994B32) is known color: Rock Spray. HEX triplet: 99, 4B and 32. RGB value is (153,75,50). Sum of RGB (Red+Green+Blue) = 153+75+50=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #994B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B32 is #66B4CD. Grayscale: #5F5F5F. Windows color (decimal): -6730958 or 3296153. OLE color: 3296153.
HSL color Cylindrical-coordinate representation of color #994B32: hue angle of 14.56º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994B32 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 50 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.4 |
| HSL | 14.56º | 0.51% | 0.4% | - |
| HSV(B) | 14.56º | 0.67% | 0.6% | - |
| XYZ | 16.23 | 12.03 | 4.49 | - |
| YUV | 95.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 50 | 0 | 0.51 | 0.67 | 0.4 | 14.56 | 0.51 | 0.4 |
| Hex | 99 | 4B | 32 | 0 | 33 | 43 | 28 | F | 33 | 28 |
| Octal | 231 | 113 | 62 | 0 | 63 | 103 | 50 | 17 | 63 | 50 |
| Binary | 10011001 | 1001011 | 110010 | 0 | 110011 | 1000011 | 101000 | 1111 | 110011 | 101000 |
Color Harmonies of #994B32
Complementary color
Monochromatic Colors of #994B32
Black with #994B32
Text Example
Text Example
White with #994B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B32; }
p { color: rgb(153,75,50); }
H1.HeaderClassName
{
color: #994B32;
}
.AnyTagClassName
{
color: #994B32;
}
</style>
background-color css
<style>
a { background-color: #994B32; }
a { background-color: rgb(153,75,50); }
div.DivClassName
{
background-color: #994B32;
}
.BgClassName
{
background-color: #994B32;
}
</style>
border-color css
<style>
span { border-color: #994B32; }
span { border-color: rgb(153,75,50); }
td.TdClassName
{
border-color: #994B32;
}
.TagClassName
{
border-color: #994B32;
}
</style>