Shades of Maroon #850702
Tints of Maroon #850702
RGB
CMYK
RGB Variations
Color information
#850702 (or 0x850702) is known color: Maroon. HEX triplet: 85, 07 and 02. RGB value is (133,7,2). Sum of RGB (Red+Green+Blue) = 133+7+2=142 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.66% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 133 - color contains mainly: red. Hex color #850702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850702 is #7AF8FD. Grayscale: #2C2C2C. Windows color (decimal): -8059134 or 132997. OLE color: 132997.
HSL color Cylindrical-coordinate representation of color #850702: hue angle of 2.29º 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 #850702 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 7 | 2 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.48 |
| HSL | 2.29º | 0.97% | 0.26% | - |
| HSV(B) | 2.29º | 0.98% | 0.52% | - |
| XYZ | 9.76 | 5.14 | 0.54 | - |
| YUV | 44.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 2 | 0 | 0.95 | 0.98 | 0.48 | 2.29 | 0.97 | 0.26 |
| Hex | 85 | 7 | 2 | 0 | 5F | 62 | 30 | 2 | 61 | 1A |
| Octal | 205 | 7 | 2 | 0 | 137 | 142 | 60 | 2 | 141 | 32 |
| Binary | 10000101 | 111 | 10 | 0 | 1011111 | 1100010 | 110000 | 10 | 1100001 | 11010 |
Color Harmonies of #850702
Complementary color
Monochromatic Colors of #850702
Black with #850702
Text Example
Text Example
White with #850702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850702; }
p { color: rgb(133,7,2); }
H1.HeaderClassName
{
color: #850702;
}
.AnyTagClassName
{
color: #850702;
}
</style>
background-color css
<style>
a { background-color: #850702; }
a { background-color: rgb(133,7,2); }
div.DivClassName
{
background-color: #850702;
}
.BgClassName
{
background-color: #850702;
}
</style>
border-color css
<style>
span { border-color: #850702; }
span { border-color: rgb(133,7,2); }
td.TdClassName
{
border-color: #850702;
}
.TagClassName
{
border-color: #850702;
}
</style>