Shades of Maroon #820B03
Tints of Maroon #820B03
RGB
CMYK
RGB Variations
Color information
#820B03 (or 0x820B03) is known color: Maroon. HEX triplet: 82, 0B and 03. RGB value is (130,11,3). Sum of RGB (Red+Green+Blue) = 130+11+3=144 (19% of max value = 765). Red value is 130 (51.17% from 255 or 90.28% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 130 - color contains mainly: red. Hex color #820B03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820B03 is #7DF4FC. Grayscale: #2D2D2D. Windows color (decimal): -8254717 or 199554. OLE color: 199554.
HSL color Cylindrical-coordinate representation of color #820B03: hue angle of 3.78º 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 #820B03 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 11 | 3 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.49 |
| HSL | 3.78º | 0.95% | 0.26% | - |
| HSV(B) | 3.78º | 0.98% | 0.51% | - |
| XYZ | 9.34 | 4.99 | 0.56 | - |
| YUV | 45.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 3 | 0 | 0.92 | 0.98 | 0.49 | 3.78 | 0.95 | 0.26 |
| Hex | 82 | B | 3 | 0 | 5C | 62 | 31 | 4 | 5F | 1A |
| Octal | 202 | 13 | 3 | 0 | 134 | 142 | 61 | 4 | 137 | 32 |
| Binary | 10000010 | 1011 | 11 | 0 | 1011100 | 1100010 | 110001 | 100 | 1011111 | 11010 |
Color Harmonies of #820B03
Complementary color
Monochromatic Colors of #820B03
Black with #820B03
Text Example
Text Example
White with #820B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B03; }
p { color: rgb(130,11,3); }
H1.HeaderClassName
{
color: #820B03;
}
.AnyTagClassName
{
color: #820B03;
}
</style>
background-color css
<style>
a { background-color: #820B03; }
a { background-color: rgb(130,11,3); }
div.DivClassName
{
background-color: #820B03;
}
.BgClassName
{
background-color: #820B03;
}
</style>
border-color css
<style>
span { border-color: #820B03; }
span { border-color: rgb(130,11,3); }
td.TdClassName
{
border-color: #820B03;
}
.TagClassName
{
border-color: #820B03;
}
</style>