Shades of Maroon #850B02
Tints of Maroon #850B02
RGB
CMYK
RGB Variations
Color information
#850B02 (or 0x850B02) is known color: Maroon. HEX triplet: 85, 0B and 02. RGB value is (133,11,2). Sum of RGB (Red+Green+Blue) = 133+11+2=146 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.10% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 133 - color contains mainly: red. Hex color #850B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850B02 is #7AF4FD. Grayscale: #2E2E2E. Windows color (decimal): -8058110 or 134021. OLE color: 134021.
HSL color Cylindrical-coordinate representation of color #850B02: hue angle of 4.12º 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 #850B02 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 11 | 2 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.48 |
| HSL | 4.12º | 0.97% | 0.26% | - |
| HSV(B) | 4.12º | 0.98% | 0.52% | - |
| XYZ | 9.8 | 5.23 | 0.55 | - |
| YUV | 46.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 2 | 0 | 0.92 | 0.98 | 0.48 | 4.12 | 0.97 | 0.26 |
| Hex | 85 | B | 2 | 0 | 5C | 62 | 30 | 4 | 61 | 1A |
| Octal | 205 | 13 | 2 | 0 | 134 | 142 | 60 | 4 | 141 | 32 |
| Binary | 10000101 | 1011 | 10 | 0 | 1011100 | 1100010 | 110000 | 100 | 1100001 | 11010 |
Color Harmonies of #850B02
Complementary color
Monochromatic Colors of #850B02
Black with #850B02
Text Example
Text Example
White with #850B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B02; }
p { color: rgb(133,11,2); }
H1.HeaderClassName
{
color: #850B02;
}
.AnyTagClassName
{
color: #850B02;
}
</style>
background-color css
<style>
a { background-color: #850B02; }
a { background-color: rgb(133,11,2); }
div.DivClassName
{
background-color: #850B02;
}
.BgClassName
{
background-color: #850B02;
}
</style>
border-color css
<style>
span { border-color: #850B02; }
span { border-color: rgb(133,11,2); }
td.TdClassName
{
border-color: #850B02;
}
.TagClassName
{
border-color: #850B02;
}
</style>