Shades of Maroon #851204
Tints of Maroon #851204
RGB
CMYK
RGB Variations
Color information
#851204 (or 0x851204) is known color: Maroon. HEX triplet: 85, 12 and 04. RGB value is (133,18,4). Sum of RGB (Red+Green+Blue) = 133+18+4=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #851204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851204 is #7AEDFB. Grayscale: #323232. Windows color (decimal): -8056316 or 266885. OLE color: 266885.
HSL color Cylindrical-coordinate representation of color #851204: hue angle of 6.51º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #851204 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 4 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.48 |
| HSL | 6.51º | 0.94% | 0.27% | - |
| HSV(B) | 6.51º | 0.97% | 0.52% | - |
| XYZ | 9.91 | 5.43 | 0.64 | - |
| YUV | 50.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 4 | 0 | 0.86 | 0.97 | 0.48 | 6.51 | 0.94 | 0.27 |
| Hex | 85 | 12 | 4 | 0 | 56 | 61 | 30 | 7 | 5E | 1B |
| Octal | 205 | 22 | 4 | 0 | 126 | 141 | 60 | 7 | 136 | 33 |
| Binary | 10000101 | 10010 | 100 | 0 | 1010110 | 1100001 | 110000 | 111 | 1011110 | 11011 |
Color Harmonies of #851204
Complementary color
Monochromatic Colors of #851204
Black with #851204
Text Example
Text Example
White with #851204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851204; }
p { color: rgb(133,18,4); }
H1.HeaderClassName
{
color: #851204;
}
.AnyTagClassName
{
color: #851204;
}
</style>
background-color css
<style>
a { background-color: #851204; }
a { background-color: rgb(133,18,4); }
div.DivClassName
{
background-color: #851204;
}
.BgClassName
{
background-color: #851204;
}
</style>
border-color css
<style>
span { border-color: #851204; }
span { border-color: rgb(133,18,4); }
td.TdClassName
{
border-color: #851204;
}
.TagClassName
{
border-color: #851204;
}
</style>