Shades of Maroon #810D03
Tints of Maroon #810D03
RGB
CMYK
RGB Variations
Color information
#810D03 (or 0x810D03) is known color: Maroon. HEX triplet: 81, 0D and 03. RGB value is (129,13,3). Sum of RGB (Red+Green+Blue) = 129+13+3=145 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.97% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 129 - color contains mainly: red. Hex color #810D03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810D03 is #7EF2FC. Grayscale: #2E2E2E. Windows color (decimal): -8319741 or 200065. OLE color: 200065.
HSL color Cylindrical-coordinate representation of color #810D03: hue angle of 4.76º degrees, saturation: 0.95, 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 #810D03 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 3 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.49 |
| HSL | 4.76º | 0.95% | 0.26% | - |
| HSV(B) | 4.76º | 0.98% | 0.51% | - |
| XYZ | 9.21 | 4.96 | 0.56 | - |
| YUV | 46.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 3 | 0 | 0.90 | 0.98 | 0.49 | 4.76 | 0.95 | 0.26 |
| Hex | 81 | D | 3 | 0 | 5A | 62 | 31 | 5 | 5F | 1A |
| Octal | 201 | 15 | 3 | 0 | 132 | 142 | 61 | 5 | 137 | 32 |
| Binary | 10000001 | 1101 | 11 | 0 | 1011010 | 1100010 | 110001 | 101 | 1011111 | 11010 |
Color Harmonies of #810D03
Complementary color
Monochromatic Colors of #810D03
Black with #810D03
Text Example
Text Example
White with #810D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D03; }
p { color: rgb(129,13,3); }
H1.HeaderClassName
{
color: #810D03;
}
.AnyTagClassName
{
color: #810D03;
}
</style>
background-color css
<style>
a { background-color: #810D03; }
a { background-color: rgb(129,13,3); }
div.DivClassName
{
background-color: #810D03;
}
.BgClassName
{
background-color: #810D03;
}
</style>
border-color css
<style>
span { border-color: #810D03; }
span { border-color: rgb(129,13,3); }
td.TdClassName
{
border-color: #810D03;
}
.TagClassName
{
border-color: #810D03;
}
</style>