Shades of Maroon #850D06
Tints of Maroon #850D06
RGB
CMYK
RGB Variations
Color information
#850D06 (or 0x850D06) is known color: Maroon. HEX triplet: 85, 0D and 06. RGB value is (133,13,6). Sum of RGB (Red+Green+Blue) = 133+13+6=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #850D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850D06 is #7AF2F9. Grayscale: #303030. Windows color (decimal): -8057594 or 396677. OLE color: 396677.
HSL color Cylindrical-coordinate representation of color #850D06: hue angle of 3.31º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850D06 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 6 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.48 |
| HSL | 3.31º | 0.91% | 0.27% | - |
| HSV(B) | 3.31º | 0.95% | 0.52% | - |
| XYZ | 9.85 | 5.29 | 0.67 | - |
| YUV | 48.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 6 | 0 | 0.90 | 0.95 | 0.48 | 3.31 | 0.91 | 0.27 |
| Hex | 85 | D | 6 | 0 | 5A | 5F | 30 | 3 | 5B | 1B |
| Octal | 205 | 15 | 6 | 0 | 132 | 137 | 60 | 3 | 133 | 33 |
| Binary | 10000101 | 1101 | 110 | 0 | 1011010 | 1011111 | 110000 | 11 | 1011011 | 11011 |
Color Harmonies of #850D06
Complementary color
Monochromatic Colors of #850D06
Black with #850D06
Text Example
Text Example
White with #850D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D06; }
p { color: rgb(133,13,6); }
H1.HeaderClassName
{
color: #850D06;
}
.AnyTagClassName
{
color: #850D06;
}
</style>
background-color css
<style>
a { background-color: #850D06; }
a { background-color: rgb(133,13,6); }
div.DivClassName
{
background-color: #850D06;
}
.BgClassName
{
background-color: #850D06;
}
</style>
border-color css
<style>
span { border-color: #850D06; }
span { border-color: rgb(133,13,6); }
td.TdClassName
{
border-color: #850D06;
}
.TagClassName
{
border-color: #850D06;
}
</style>