Shades of Maroon #850C01
Tints of Maroon #850C01
RGB
CMYK
RGB Variations
Color information
#850C01 (or 0x850C01) is known color: Maroon. HEX triplet: 85, 0C and 01. RGB value is (133,12,1). Sum of RGB (Red+Green+Blue) = 133+12+1=146 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.10% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 133 - color contains mainly: red. Hex color #850C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850C01 is #7AF3FE. Grayscale: #2F2F2F. Windows color (decimal): -8057855 or 68741. OLE color: 68741.
HSL color Cylindrical-coordinate representation of color #850C01: hue angle of 5º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850C01 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 12 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.48 |
| HSL | 5º | 0.99% | 0.26% | - |
| HSV(B) | 5º | 0.99% | 0.52% | - |
| XYZ | 9.81 | 5.25 | 0.53 | - |
| YUV | 46.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 1 | 0 | 0.91 | 0.99 | 0.48 | 5 | 0.99 | 0.26 |
| Hex | 85 | C | 1 | 0 | 5B | 63 | 30 | 5 | 63 | 1A |
| Octal | 205 | 14 | 1 | 0 | 133 | 143 | 60 | 5 | 143 | 32 |
| Binary | 10000101 | 1100 | 1 | 0 | 1011011 | 1100011 | 110000 | 101 | 1100011 | 11010 |
Color Harmonies of #850C01
Complementary color
Monochromatic Colors of #850C01
Black with #850C01
Text Example
Text Example
White with #850C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850C01; }
p { color: rgb(133,12,1); }
H1.HeaderClassName
{
color: #850C01;
}
.AnyTagClassName
{
color: #850C01;
}
</style>
background-color css
<style>
a { background-color: #850C01; }
a { background-color: rgb(133,12,1); }
div.DivClassName
{
background-color: #850C01;
}
.BgClassName
{
background-color: #850C01;
}
</style>
border-color css
<style>
span { border-color: #850C01; }
span { border-color: rgb(133,12,1); }
td.TdClassName
{
border-color: #850C01;
}
.TagClassName
{
border-color: #850C01;
}
</style>