Shades of Maroon #811305
Tints of Maroon #811305
RGB
CMYK
RGB Variations
Color information
#811305 (or 0x811305) is known color: Maroon. HEX triplet: 81, 13 and 05. RGB value is (129,19,5). Sum of RGB (Red+Green+Blue) = 129+19+5=153 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.31% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 129 - color contains mainly: red. Hex color #811305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811305 is #7EECFA. Grayscale: #323232. Windows color (decimal): -8318203 or 332673. OLE color: 332673.
HSL color Cylindrical-coordinate representation of color #811305: hue angle of 6.77º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #811305 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 5 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.49 |
| HSL | 6.77º | 0.93% | 0.26% | - |
| HSV(B) | 6.77º | 0.96% | 0.51% | - |
| XYZ | 9.31 | 5.14 | 0.65 | - |
| YUV | 50.29 | 102.44 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 5 | 0 | 0.85 | 0.96 | 0.49 | 6.77 | 0.93 | 0.26 |
| Hex | 81 | 13 | 5 | 0 | 55 | 60 | 31 | 7 | 5D | 1A |
| Octal | 201 | 23 | 5 | 0 | 125 | 140 | 61 | 7 | 135 | 32 |
| Binary | 10000001 | 10011 | 101 | 0 | 1010101 | 1100000 | 110001 | 111 | 1011101 | 11010 |
Color Harmonies of #811305
Complementary color
Monochromatic Colors of #811305
Black with #811305
Text Example
Text Example
White with #811305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811305; }
p { color: rgb(129,19,5); }
H1.HeaderClassName
{
color: #811305;
}
.AnyTagClassName
{
color: #811305;
}
</style>
background-color css
<style>
a { background-color: #811305; }
a { background-color: rgb(129,19,5); }
div.DivClassName
{
background-color: #811305;
}
.BgClassName
{
background-color: #811305;
}
</style>
border-color css
<style>
span { border-color: #811305; }
span { border-color: rgb(129,19,5); }
td.TdClassName
{
border-color: #811305;
}
.TagClassName
{
border-color: #811305;
}
</style>