Shades of Maroon #821203
Tints of Maroon #821203
RGB
CMYK
RGB Variations
Color information
#821203 (or 0x821203) is known color: Maroon. HEX triplet: 82, 12 and 03. RGB value is (130,18,3). Sum of RGB (Red+Green+Blue) = 130+18+3=151 (20% of max value = 765). Red value is 130 (51.17% from 255 or 86.09% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 130 - color contains mainly: red. Hex color #821203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821203 is #7DEDFC. Grayscale: #313131. Windows color (decimal): -8252925 or 201346. OLE color: 201346.
HSL color Cylindrical-coordinate representation of color #821203: hue angle of 7.09º 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 #821203 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 3 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.49 |
| HSL | 7.09º | 0.95% | 0.26% | - |
| HSV(B) | 7.09º | 0.98% | 0.51% | - |
| XYZ | 9.44 | 5.19 | 0.59 | - |
| YUV | 49.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 3 | 0 | 0.86 | 0.98 | 0.49 | 7.09 | 0.95 | 0.26 |
| Hex | 82 | 12 | 3 | 0 | 56 | 62 | 31 | 7 | 5F | 1A |
| Octal | 202 | 22 | 3 | 0 | 126 | 142 | 61 | 7 | 137 | 32 |
| Binary | 10000010 | 10010 | 11 | 0 | 1010110 | 1100010 | 110001 | 111 | 1011111 | 11010 |
Color Harmonies of #821203
Complementary color
Monochromatic Colors of #821203
Black with #821203
Text Example
Text Example
White with #821203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821203; }
p { color: rgb(130,18,3); }
H1.HeaderClassName
{
color: #821203;
}
.AnyTagClassName
{
color: #821203;
}
</style>
background-color css
<style>
a { background-color: #821203; }
a { background-color: rgb(130,18,3); }
div.DivClassName
{
background-color: #821203;
}
.BgClassName
{
background-color: #821203;
}
</style>
border-color css
<style>
span { border-color: #821203; }
span { border-color: rgb(130,18,3); }
td.TdClassName
{
border-color: #821203;
}
.TagClassName
{
border-color: #821203;
}
</style>