Shades of Maroon #810C03
Tints of Maroon #810C03
RGB
CMYK
RGB Variations
Color information
#810C03 (or 0x810C03) is known color: Maroon. HEX triplet: 81, 0C and 03. RGB value is (129,12,3). Sum of RGB (Red+Green+Blue) = 129+12+3=144 (19% of max value = 765). Red value is 129 (50.78% from 255 or 89.58% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 129 - color contains mainly: red. Hex color #810C03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810C03 is #7EF3FC. Grayscale: #2E2E2E. Windows color (decimal): -8319997 or 199809. OLE color: 199809.
HSL color Cylindrical-coordinate representation of color #810C03: hue angle of 4.29º 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 #810C03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.49 |
| HSL | 4.29º | 0.95% | 0.26% | - |
| HSV(B) | 4.29º | 0.98% | 0.51% | - |
| XYZ | 9.2 | 4.94 | 0.55 | - |
| YUV | 45.96 | 103.76 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 3 | 0 | 0.91 | 0.98 | 0.49 | 4.29 | 0.95 | 0.26 |
| Hex | 81 | C | 3 | 0 | 5B | 62 | 31 | 4 | 5F | 1A |
| Octal | 201 | 14 | 3 | 0 | 133 | 142 | 61 | 4 | 137 | 32 |
| Binary | 10000001 | 1100 | 11 | 0 | 1011011 | 1100010 | 110001 | 100 | 1011111 | 11010 |
Color Harmonies of #810C03
Complementary color
Monochromatic Colors of #810C03
Black with #810C03
Text Example
Text Example
White with #810C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C03; }
p { color: rgb(129,12,3); }
H1.HeaderClassName
{
color: #810C03;
}
.AnyTagClassName
{
color: #810C03;
}
</style>
background-color css
<style>
a { background-color: #810C03; }
a { background-color: rgb(129,12,3); }
div.DivClassName
{
background-color: #810C03;
}
.BgClassName
{
background-color: #810C03;
}
</style>
border-color css
<style>
span { border-color: #810C03; }
span { border-color: rgb(129,12,3); }
td.TdClassName
{
border-color: #810C03;
}
.TagClassName
{
border-color: #810C03;
}
</style>