Shades of Maroon #821305
Tints of Maroon #821305
RGB
CMYK
RGB Variations
Color information
#821305 (or 0x821305) is known color: Maroon. HEX triplet: 82, 13 and 05. RGB value is (130,19,5). Sum of RGB (Red+Green+Blue) = 130+19+5=154 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.42% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 130 - color contains mainly: red. Hex color #821305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821305 is #7DECFA. Grayscale: #323232. Windows color (decimal): -8252667 or 332674. OLE color: 332674.
HSL color Cylindrical-coordinate representation of color #821305: hue angle of 6.72º 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 #821305 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 5 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.49 |
| HSL | 6.72º | 0.93% | 0.26% | - |
| HSV(B) | 6.72º | 0.96% | 0.51% | - |
| XYZ | 9.47 | 5.22 | 0.65 | - |
| YUV | 50.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 5 | 0 | 0.85 | 0.96 | 0.49 | 6.72 | 0.93 | 0.26 |
| Hex | 82 | 13 | 5 | 0 | 55 | 60 | 31 | 7 | 5D | 1A |
| Octal | 202 | 23 | 5 | 0 | 125 | 140 | 61 | 7 | 135 | 32 |
| Binary | 10000010 | 10011 | 101 | 0 | 1010101 | 1100000 | 110001 | 111 | 1011101 | 11010 |
Color Harmonies of #821305
Complementary color
Monochromatic Colors of #821305
Black with #821305
Text Example
Text Example
White with #821305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821305; }
p { color: rgb(130,19,5); }
H1.HeaderClassName
{
color: #821305;
}
.AnyTagClassName
{
color: #821305;
}
</style>
background-color css
<style>
a { background-color: #821305; }
a { background-color: rgb(130,19,5); }
div.DivClassName
{
background-color: #821305;
}
.BgClassName
{
background-color: #821305;
}
</style>
border-color css
<style>
span { border-color: #821305; }
span { border-color: rgb(130,19,5); }
td.TdClassName
{
border-color: #821305;
}
.TagClassName
{
border-color: #821305;
}
</style>