Shades of Maroon #851600
Tints of Maroon #851600
RGB
CMYK
RGB Variations
Color information
#851600 (or 0x851600) is known color: Maroon. HEX triplet: 85, 16 and 00. RGB value is (133,22,0). Sum of RGB (Red+Green+Blue) = 133+22+0=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #851600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851600 is #7AE9FF. Grayscale: #343434. Windows color (decimal): -8055296 or 5765. OLE color: 5765.
HSL color Cylindrical-coordinate representation of color #851600: hue angle of 9.92º 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 #851600 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.48 |
| HSL | 9.92º | 1% | 0.26% | - |
| HSV(B) | 9.92º | 1% | 0.52% | - |
| XYZ | 9.96 | 5.56 | 0.55 | - |
| YUV | 52.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 0 | 0 | 0.83 | 1 | 0.48 | 9.92 | 1 | 0.26 |
| Hex | 85 | 16 | 0 | 0 | 53 | 64 | 30 | A | 64 | 1A |
| Octal | 205 | 26 | 0 | 0 | 123 | 144 | 60 | 12 | 144 | 32 |
| Binary | 10000101 | 10110 | 0 | 0 | 1010011 | 1100100 | 110000 | 1010 | 1100100 | 11010 |
Color Harmonies of #851600
Complementary color
Monochromatic Colors of #851600
Black with #851600
Text Example
Text Example
White with #851600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851600; }
p { color: rgb(133,22,0); }
H1.HeaderClassName
{
color: #851600;
}
.AnyTagClassName
{
color: #851600;
}
</style>
background-color css
<style>
a { background-color: #851600; }
a { background-color: rgb(133,22,0); }
div.DivClassName
{
background-color: #851600;
}
.BgClassName
{
background-color: #851600;
}
</style>
border-color css
<style>
span { border-color: #851600; }
span { border-color: rgb(133,22,0); }
td.TdClassName
{
border-color: #851600;
}
.TagClassName
{
border-color: #851600;
}
</style>