Shades of Maroon #851701
Tints of Maroon #851701
RGB
CMYK
RGB Variations
Color information
#851701 (or 0x851701) is known color: Maroon. HEX triplet: 85, 17 and 01. RGB value is (133,23,1). Sum of RGB (Red+Green+Blue) = 133+23+1=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #851701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851701 is #7AE8FE. Grayscale: #353535. Windows color (decimal): -8055039 or 71557. OLE color: 71557.
HSL color Cylindrical-coordinate representation of color #851701: hue angle of 10º 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 #851701 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.48 |
| HSL | 10º | 0.99% | 0.26% | - |
| HSV(B) | 10º | 0.99% | 0.52% | - |
| XYZ | 9.98 | 5.6 | 0.58 | - |
| YUV | 53.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 1 | 0 | 0.83 | 0.99 | 0.48 | 10 | 0.99 | 0.26 |
| Hex | 85 | 17 | 1 | 0 | 53 | 63 | 30 | A | 63 | 1A |
| Octal | 205 | 27 | 1 | 0 | 123 | 143 | 60 | 12 | 143 | 32 |
| Binary | 10000101 | 10111 | 1 | 0 | 1010011 | 1100011 | 110000 | 1010 | 1100011 | 11010 |
Color Harmonies of #851701
Complementary color
Monochromatic Colors of #851701
Black with #851701
Text Example
Text Example
White with #851701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851701; }
p { color: rgb(133,23,1); }
H1.HeaderClassName
{
color: #851701;
}
.AnyTagClassName
{
color: #851701;
}
</style>
background-color css
<style>
a { background-color: #851701; }
a { background-color: rgb(133,23,1); }
div.DivClassName
{
background-color: #851701;
}
.BgClassName
{
background-color: #851701;
}
</style>
border-color css
<style>
span { border-color: #851701; }
span { border-color: rgb(133,23,1); }
td.TdClassName
{
border-color: #851701;
}
.TagClassName
{
border-color: #851701;
}
</style>