Shades of Maroon #850600
Tints of Maroon #850600
RGB
CMYK
RGB Variations
Color information
#850600 (or 0x850600) is known color: Maroon. HEX triplet: 85, 06 and 00. RGB value is (133,6,0). Sum of RGB (Red+Green+Blue) = 133+6+0=139 (18% of max value = 765). Red value is 133 (52.34% from 255 or 95.68% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 133 - color contains mainly: red. Hex color #850600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850600 is #7AF9FF. Grayscale: #2B2B2B. Windows color (decimal): -8059392 or 1669. OLE color: 1669.
HSL color Cylindrical-coordinate representation of color #850600: hue angle of 2.71º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850600 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.48 |
| HSL | 2.71º | 1% | 0.26% | - |
| HSV(B) | 2.71º | 1% | 0.52% | - |
| XYZ | 9.74 | 5.12 | 0.47 | - |
| YUV | 43.29 | 103.58 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 0 | 0 | 0.95 | 1 | 0.48 | 2.71 | 1 | 0.26 |
| Hex | 85 | 6 | 0 | 0 | 5F | 64 | 30 | 3 | 64 | 1A |
| Octal | 205 | 6 | 0 | 0 | 137 | 144 | 60 | 3 | 144 | 32 |
| Binary | 10000101 | 110 | 0 | 0 | 1011111 | 1100100 | 110000 | 11 | 1100100 | 11010 |
Color Harmonies of #850600
Complementary color
Monochromatic Colors of #850600
Black with #850600
Text Example
Text Example
White with #850600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850600; }
p { color: rgb(133,6,0); }
H1.HeaderClassName
{
color: #850600;
}
.AnyTagClassName
{
color: #850600;
}
</style>
background-color css
<style>
a { background-color: #850600; }
a { background-color: rgb(133,6,0); }
div.DivClassName
{
background-color: #850600;
}
.BgClassName
{
background-color: #850600;
}
</style>
border-color css
<style>
span { border-color: #850600; }
span { border-color: rgb(133,6,0); }
td.TdClassName
{
border-color: #850600;
}
.TagClassName
{
border-color: #850600;
}
</style>