Shades of Maroon #801302
Tints of Maroon #801302
RGB
CMYK
RGB Variations
Color information
#801302 (or 0x801302) is known color: Maroon. HEX triplet: 80, 13 and 02. RGB value is (128,19,2). Sum of RGB (Red+Green+Blue) = 128+19+2=149 (19% of max value = 765). Red value is 128 (50.39% from 255 or 85.91% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 128 - color contains mainly: red. Hex color #801302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801302 is #7FECFD. Grayscale: #313131. Windows color (decimal): -8383742 or 136064. OLE color: 136064.
HSL color Cylindrical-coordinate representation of color #801302: hue angle of 8.1º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #801302 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 2 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.50 |
| HSL | 8.1º | 0.97% | 0.25% | - |
| HSV(B) | 8.1º | 0.98% | 0.5% | - |
| XYZ | 9.15 | 5.06 | 0.55 | - |
| YUV | 49.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 2 | 0 | 0.85 | 0.98 | 0.50 | 8.1 | 0.97 | 0.25 |
| Hex | 80 | 13 | 2 | 0 | 55 | 62 | 32 | 8 | 61 | 19 |
| Octal | 200 | 23 | 2 | 0 | 125 | 142 | 62 | 10 | 141 | 31 |
| Binary | 10000000 | 10011 | 10 | 0 | 1010101 | 1100010 | 110010 | 1000 | 1100001 | 11001 |
Color Harmonies of #801302
Complementary color
Monochromatic Colors of #801302
Black with #801302
Text Example
Text Example
White with #801302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801302; }
p { color: rgb(128,19,2); }
H1.HeaderClassName
{
color: #801302;
}
.AnyTagClassName
{
color: #801302;
}
</style>
background-color css
<style>
a { background-color: #801302; }
a { background-color: rgb(128,19,2); }
div.DivClassName
{
background-color: #801302;
}
.BgClassName
{
background-color: #801302;
}
</style>
border-color css
<style>
span { border-color: #801302; }
span { border-color: rgb(128,19,2); }
td.TdClassName
{
border-color: #801302;
}
.TagClassName
{
border-color: #801302;
}
</style>