Shades of Maroon #851400
Tints of Maroon #851400
RGB
CMYK
RGB Variations
Color information
#851400 (or 0x851400) is known color: Maroon. HEX triplet: 85, 14 and 00. RGB value is (133,20,0). Sum of RGB (Red+Green+Blue) = 133+20+0=153 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.93% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 133 - color contains mainly: red. Hex color #851400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851400 is #7AEBFF. Grayscale: #333333. Windows color (decimal): -8055808 or 5253. OLE color: 5253.
HSL color Cylindrical-coordinate representation of color #851400: hue angle of 9.02º 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 #851400 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.48 |
| HSL | 9.02º | 1% | 0.26% | - |
| HSV(B) | 9.02º | 1% | 0.52% | - |
| XYZ | 9.92 | 5.49 | 0.54 | - |
| YUV | 51.51 | 98.94 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 0 | 0 | 0.85 | 1 | 0.48 | 9.02 | 1 | 0.26 |
| Hex | 85 | 14 | 0 | 0 | 55 | 64 | 30 | 9 | 64 | 1A |
| Octal | 205 | 24 | 0 | 0 | 125 | 144 | 60 | 11 | 144 | 32 |
| Binary | 10000101 | 10100 | 0 | 0 | 1010101 | 1100100 | 110000 | 1001 | 1100100 | 11010 |
Color Harmonies of #851400
Complementary color
Monochromatic Colors of #851400
Black with #851400
Text Example
Text Example
White with #851400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851400; }
p { color: rgb(133,20,0); }
H1.HeaderClassName
{
color: #851400;
}
.AnyTagClassName
{
color: #851400;
}
</style>
background-color css
<style>
a { background-color: #851400; }
a { background-color: rgb(133,20,0); }
div.DivClassName
{
background-color: #851400;
}
.BgClassName
{
background-color: #851400;
}
</style>
border-color css
<style>
span { border-color: #851400; }
span { border-color: rgb(133,20,0); }
td.TdClassName
{
border-color: #851400;
}
.TagClassName
{
border-color: #851400;
}
</style>