Shades of Maroon #811502
Tints of Maroon #811502
RGB
CMYK
RGB Variations
Color information
#811502 (or 0x811502) is known color: Maroon. HEX triplet: 81, 15 and 02. RGB value is (129,21,2). Sum of RGB (Red+Green+Blue) = 129+21+2=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #811502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811502 is #7EEAFD. Grayscale: #333333. Windows color (decimal): -8317694 or 136577. OLE color: 136577.
HSL color Cylindrical-coordinate representation of color #811502: hue angle of 8.98º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #811502 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 2 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.49 |
| HSL | 8.98º | 0.97% | 0.26% | - |
| HSV(B) | 8.98º | 0.98% | 0.51% | - |
| XYZ | 9.33 | 5.21 | 0.57 | - |
| YUV | 51.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 2 | 0 | 0.84 | 0.98 | 0.49 | 8.98 | 0.97 | 0.26 |
| Hex | 81 | 15 | 2 | 0 | 54 | 62 | 31 | 9 | 61 | 1A |
| Octal | 201 | 25 | 2 | 0 | 124 | 142 | 61 | 11 | 141 | 32 |
| Binary | 10000001 | 10101 | 10 | 0 | 1010100 | 1100010 | 110001 | 1001 | 1100001 | 11010 |
Color Harmonies of #811502
Complementary color
Monochromatic Colors of #811502
Black with #811502
Text Example
Text Example
White with #811502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811502; }
p { color: rgb(129,21,2); }
H1.HeaderClassName
{
color: #811502;
}
.AnyTagClassName
{
color: #811502;
}
</style>
background-color css
<style>
a { background-color: #811502; }
a { background-color: rgb(129,21,2); }
div.DivClassName
{
background-color: #811502;
}
.BgClassName
{
background-color: #811502;
}
</style>
border-color css
<style>
span { border-color: #811502; }
span { border-color: rgb(129,21,2); }
td.TdClassName
{
border-color: #811502;
}
.TagClassName
{
border-color: #811502;
}
</style>