Shades of Maroon #850404
Tints of Maroon #850404
RGB
CMYK
RGB Variations
Color information
#850404 (or 0x850404) is known color: Maroon. HEX triplet: 85, 04 and 04. RGB value is (133,4,4). Sum of RGB (Red+Green+Blue) = 133+4+4=141 (18% of max value = 765). Red value is 133 (52.34% from 255 or 94.33% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 133 - color contains mainly: red. Hex color #850404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850404 is #7AFBFB. Grayscale: #2A2A2A. Windows color (decimal): -8059900 or 263301. OLE color: 263301.
HSL color Cylindrical-coordinate representation of color #850404: hue angle of 0º 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 #850404 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 4 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.48 |
| HSL | 0º | 0.94% | 0.27% | - |
| HSV(B) | 0º | 0.97% | 0.52% | - |
| XYZ | 9.74 | 5.08 | 0.58 | - |
| YUV | 42.57 | 106.24 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 4 | 0 | 0.97 | 0.97 | 0.48 | 0 | 0.94 | 0.27 |
| Hex | 85 | 4 | 4 | 0 | 61 | 61 | 30 | 0 | 5E | 1B |
| Octal | 205 | 4 | 4 | 0 | 141 | 141 | 60 | 0 | 136 | 33 |
| Binary | 10000101 | 100 | 100 | 0 | 1100001 | 1100001 | 110000 | 0 | 1011110 | 11011 |
Color Harmonies of #850404
Complementary color
Monochromatic Colors of #850404
Black with #850404
Text Example
Text Example
White with #850404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850404; }
p { color: rgb(133,4,4); }
H1.HeaderClassName
{
color: #850404;
}
.AnyTagClassName
{
color: #850404;
}
</style>
background-color css
<style>
a { background-color: #850404; }
a { background-color: rgb(133,4,4); }
div.DivClassName
{
background-color: #850404;
}
.BgClassName
{
background-color: #850404;
}
</style>
border-color css
<style>
span { border-color: #850404; }
span { border-color: rgb(133,4,4); }
td.TdClassName
{
border-color: #850404;
}
.TagClassName
{
border-color: #850404;
}
</style>