Shades of Maroon #811200
Tints of Maroon #811200
RGB
CMYK
RGB Variations
Color information
#811200 (or 0x811200) is known color: Maroon. HEX triplet: 81, 12 and 00. RGB value is (129,18,0). Sum of RGB (Red+Green+Blue) = 129+18+0=147 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.76% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 129 - color contains mainly: red. Hex color #811200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811200 is #7EEDFF. Grayscale: #313131. Windows color (decimal): -8318464 or 4737. OLE color: 4737.
HSL color Cylindrical-coordinate representation of color #811200: hue angle of 8.37º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #811200 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 18 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.49 |
| HSL | 8.37º | 1% | 0.25% | - |
| HSV(B) | 8.37º | 1% | 0.51% | - |
| XYZ | 9.27 | 5.1 | 0.5 | - |
| YUV | 49.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 0 | 0 | 0.86 | 1 | 0.49 | 8.37 | 1 | 0.25 |
| Hex | 81 | 12 | 0 | 0 | 56 | 64 | 31 | 8 | 64 | 19 |
| Octal | 201 | 22 | 0 | 0 | 126 | 144 | 61 | 10 | 144 | 31 |
| Binary | 10000001 | 10010 | 0 | 0 | 1010110 | 1100100 | 110001 | 1000 | 1100100 | 11001 |
Color Harmonies of #811200
Complementary color
Monochromatic Colors of #811200
Black with #811200
Text Example
Text Example
White with #811200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811200; }
p { color: rgb(129,18,0); }
H1.HeaderClassName
{
color: #811200;
}
.AnyTagClassName
{
color: #811200;
}
</style>
background-color css
<style>
a { background-color: #811200; }
a { background-color: rgb(129,18,0); }
div.DivClassName
{
background-color: #811200;
}
.BgClassName
{
background-color: #811200;
}
</style>
border-color css
<style>
span { border-color: #811200; }
span { border-color: rgb(129,18,0); }
td.TdClassName
{
border-color: #811200;
}
.TagClassName
{
border-color: #811200;
}
</style>