Shades of Maroon #851500
Tints of Maroon #851500
RGB
CMYK
RGB Variations
Color information
#851500 (or 0x851500) is known color: Maroon. HEX triplet: 85, 15 and 00. RGB value is (133,21,0). Sum of RGB (Red+Green+Blue) = 133+21+0=154 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.36% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 133 - color contains mainly: red. Hex color #851500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851500 is #7AEAFF. Grayscale: #343434. Windows color (decimal): -8055552 or 5509. OLE color: 5509.
HSL color Cylindrical-coordinate representation of color #851500: hue angle of 9.47º 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 #851500 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 21 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.48 |
| HSL | 9.47º | 1% | 0.26% | - |
| HSV(B) | 9.47º | 1% | 0.52% | - |
| XYZ | 9.94 | 5.52 | 0.54 | - |
| YUV | 52.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 0 | 0 | 0.84 | 1 | 0.48 | 9.47 | 1 | 0.26 |
| Hex | 85 | 15 | 0 | 0 | 54 | 64 | 30 | 9 | 64 | 1A |
| Octal | 205 | 25 | 0 | 0 | 124 | 144 | 60 | 11 | 144 | 32 |
| Binary | 10000101 | 10101 | 0 | 0 | 1010100 | 1100100 | 110000 | 1001 | 1100100 | 11010 |
Color Harmonies of #851500
Complementary color
Monochromatic Colors of #851500
Black with #851500
Text Example
Text Example
White with #851500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851500; }
p { color: rgb(133,21,0); }
H1.HeaderClassName
{
color: #851500;
}
.AnyTagClassName
{
color: #851500;
}
</style>
background-color css
<style>
a { background-color: #851500; }
a { background-color: rgb(133,21,0); }
div.DivClassName
{
background-color: #851500;
}
.BgClassName
{
background-color: #851500;
}
</style>
border-color css
<style>
span { border-color: #851500; }
span { border-color: rgb(133,21,0); }
td.TdClassName
{
border-color: #851500;
}
.TagClassName
{
border-color: #851500;
}
</style>