Shades of Maroon #850802
Tints of Maroon #850802
RGB
CMYK
RGB Variations
Color information
#850802 (or 0x850802) is known color: Maroon. HEX triplet: 85, 08 and 02. RGB value is (133,8,2). Sum of RGB (Red+Green+Blue) = 133+8+2=143 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.01% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 133 - color contains mainly: red. Hex color #850802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850802 is #7AF7FD. Grayscale: #2C2C2C. Windows color (decimal): -8058878 or 133253. OLE color: 133253.
HSL color Cylindrical-coordinate representation of color #850802: hue angle of 2.75º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850802 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.48 |
| HSL | 2.75º | 0.97% | 0.26% | - |
| HSV(B) | 2.75º | 0.98% | 0.52% | - |
| XYZ | 9.77 | 5.16 | 0.54 | - |
| YUV | 44.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 2 | 0 | 0.94 | 0.98 | 0.48 | 2.75 | 0.97 | 0.26 |
| Hex | 85 | 8 | 2 | 0 | 5E | 62 | 30 | 3 | 61 | 1A |
| Octal | 205 | 10 | 2 | 0 | 136 | 142 | 60 | 3 | 141 | 32 |
| Binary | 10000101 | 1000 | 10 | 0 | 1011110 | 1100010 | 110000 | 11 | 1100001 | 11010 |
Color Harmonies of #850802
Complementary color
Monochromatic Colors of #850802
Black with #850802
Text Example
Text Example
White with #850802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850802; }
p { color: rgb(133,8,2); }
H1.HeaderClassName
{
color: #850802;
}
.AnyTagClassName
{
color: #850802;
}
</style>
background-color css
<style>
a { background-color: #850802; }
a { background-color: rgb(133,8,2); }
div.DivClassName
{
background-color: #850802;
}
.BgClassName
{
background-color: #850802;
}
</style>
border-color css
<style>
span { border-color: #850802; }
span { border-color: rgb(133,8,2); }
td.TdClassName
{
border-color: #850802;
}
.TagClassName
{
border-color: #850802;
}
</style>