Shades of Maroon #810C07
Tints of Maroon #810C07
RGB
CMYK
RGB Variations
Color information
#810C07 (or 0x810C07) is known color: Maroon. HEX triplet: 81, 0C and 07. RGB value is (129,12,7). Sum of RGB (Red+Green+Blue) = 129+12+7=148 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.16% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 129 - color contains mainly: red. Hex color #810C07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810C07 is #7EF3F8. Grayscale: #2E2E2E. Windows color (decimal): -8319993 or 461953. OLE color: 461953.
HSL color Cylindrical-coordinate representation of color #810C07: hue angle of 2.46º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810C07 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 7 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.49 |
| HSL | 2.46º | 0.9% | 0.27% | - |
| HSV(B) | 2.46º | 0.95% | 0.51% | - |
| XYZ | 9.22 | 4.95 | 0.67 | - |
| YUV | 46.41 | 105.76 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 7 | 0 | 0.91 | 0.95 | 0.49 | 2.46 | 0.9 | 0.27 |
| Hex | 81 | C | 7 | 0 | 5B | 5F | 31 | 2 | 5A | 1B |
| Octal | 201 | 14 | 7 | 0 | 133 | 137 | 61 | 2 | 132 | 33 |
| Binary | 10000001 | 1100 | 111 | 0 | 1011011 | 1011111 | 110001 | 10 | 1011010 | 11011 |
Color Harmonies of #810C07
Complementary color
Monochromatic Colors of #810C07
Black with #810C07
Text Example
Text Example
White with #810C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C07; }
p { color: rgb(129,12,7); }
H1.HeaderClassName
{
color: #810C07;
}
.AnyTagClassName
{
color: #810C07;
}
</style>
background-color css
<style>
a { background-color: #810C07; }
a { background-color: rgb(129,12,7); }
div.DivClassName
{
background-color: #810C07;
}
.BgClassName
{
background-color: #810C07;
}
</style>
border-color css
<style>
span { border-color: #810C07; }
span { border-color: rgb(129,12,7); }
td.TdClassName
{
border-color: #810C07;
}
.TagClassName
{
border-color: #810C07;
}
</style>