Shades of Burgundy #7A0821
Tints of Burgundy #7A0821
RGB
CMYK
RGB Variations
Color information
#7A0821 (or 0x7A0821) is known color: Burgundy. HEX triplet: 7A, 08 and 21. RGB value is (122,8,33). Sum of RGB (Red+Green+Blue) = 122+8+33=163 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.85% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0821 is #85F7DE. Grayscale: #2C2C2C. Windows color (decimal): -8779743 or 2164858. OLE color: 2164858.
HSL color Cylindrical-coordinate representation of color #7A0821: hue angle of 346.84º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0821 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 33 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.52 |
| HSL | 346.84º | 0.88% | 0.25% | - |
| HSV(B) | 346.84º | 0.93% | 0.48% | - |
| XYZ | 8.39 | 4.42 | 1.85 | - |
| YUV | 44.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 33 | 0 | 0.93 | 0.73 | 0.52 | 346.84 | 0.88 | 0.25 |
| Hex | 7A | 8 | 21 | 0 | 5D | 49 | 34 | 15B | 58 | 19 |
| Octal | 172 | 10 | 41 | 0 | 135 | 111 | 64 | 533 | 130 | 31 |
| Binary | 1111010 | 1000 | 100001 | 0 | 1011101 | 1001001 | 110100 | 101011011 | 1011000 | 11001 |
Color Harmonies of #7A0821
Complementary color
Monochromatic Colors of #7A0821
Black with #7A0821
Text Example
Text Example
White with #7A0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0821; }
p { color: rgb(122,8,33); }
H1.HeaderClassName
{
color: #7A0821;
}
.AnyTagClassName
{
color: #7A0821;
}
</style>
background-color css
<style>
a { background-color: #7A0821; }
a { background-color: rgb(122,8,33); }
div.DivClassName
{
background-color: #7A0821;
}
.BgClassName
{
background-color: #7A0821;
}
</style>
border-color css
<style>
span { border-color: #7A0821; }
span { border-color: rgb(122,8,33); }
td.TdClassName
{
border-color: #7A0821;
}
.TagClassName
{
border-color: #7A0821;
}
</style>