Shades of Maroon #800B05
Tints of Maroon #800B05
RGB
CMYK
RGB Variations
Color information
#800B05 (or 0x800B05) is known color: Maroon. HEX triplet: 80, 0B and 05. RGB value is (128,11,5). Sum of RGB (Red+Green+Blue) = 128+11+5=144 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.89% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 128 - color contains mainly: red. Hex color #800B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800B05 is #7FF4FA. Grayscale: #2D2D2D. Windows color (decimal): -8385787 or 330624. OLE color: 330624.
HSL color Cylindrical-coordinate representation of color #800B05: hue angle of 2.93º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800B05 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 11 | 5 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.50 |
| HSL | 2.93º | 0.92% | 0.26% | - |
| HSV(B) | 2.93º | 0.96% | 0.5% | - |
| XYZ | 9.05 | 4.84 | 0.6 | - |
| YUV | 45.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 5 | 0 | 0.91 | 0.96 | 0.50 | 2.93 | 0.92 | 0.26 |
| Hex | 80 | B | 5 | 0 | 5B | 60 | 32 | 3 | 5C | 1A |
| Octal | 200 | 13 | 5 | 0 | 133 | 140 | 62 | 3 | 134 | 32 |
| Binary | 10000000 | 1011 | 101 | 0 | 1011011 | 1100000 | 110010 | 11 | 1011100 | 11010 |
Color Harmonies of #800B05
Complementary color
Monochromatic Colors of #800B05
Black with #800B05
Text Example
Text Example
White with #800B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B05; }
p { color: rgb(128,11,5); }
H1.HeaderClassName
{
color: #800B05;
}
.AnyTagClassName
{
color: #800B05;
}
</style>
background-color css
<style>
a { background-color: #800B05; }
a { background-color: rgb(128,11,5); }
div.DivClassName
{
background-color: #800B05;
}
.BgClassName
{
background-color: #800B05;
}
</style>
border-color css
<style>
span { border-color: #800B05; }
span { border-color: rgb(128,11,5); }
td.TdClassName
{
border-color: #800B05;
}
.TagClassName
{
border-color: #800B05;
}
</style>