Shades of Burgundy #7A0823
Tints of Burgundy #7A0823
RGB
CMYK
RGB Variations
Color information
#7A0823 (or 0x7A0823) is known color: Burgundy. HEX triplet: 7A, 08 and 23. RGB value is (122,8,35). Sum of RGB (Red+Green+Blue) = 122+8+35=165 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.94% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0823 is #85F7DC. Grayscale: #2D2D2D. Windows color (decimal): -8779741 or 2295930. OLE color: 2295930.
HSL color Cylindrical-coordinate representation of color #7A0823: hue angle of 345.79º 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 #7A0823 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 35 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.52 |
| HSL | 345.79º | 0.88% | 0.25% | - |
| HSV(B) | 345.79º | 0.93% | 0.48% | - |
| XYZ | 8.42 | 4.43 | 2 | - |
| YUV | 45.16 | 122.27 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 35 | 0 | 0.93 | 0.71 | 0.52 | 345.79 | 0.88 | 0.25 |
| Hex | 7A | 8 | 23 | 0 | 5D | 47 | 34 | 15A | 58 | 19 |
| Octal | 172 | 10 | 43 | 0 | 135 | 107 | 64 | 532 | 130 | 31 |
| Binary | 1111010 | 1000 | 100011 | 0 | 1011101 | 1000111 | 110100 | 101011010 | 1011000 | 11001 |
Color Harmonies of #7A0823
Complementary color
Monochromatic Colors of #7A0823
Black with #7A0823
Text Example
Text Example
White with #7A0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0823; }
p { color: rgb(122,8,35); }
H1.HeaderClassName
{
color: #7A0823;
}
.AnyTagClassName
{
color: #7A0823;
}
</style>
background-color css
<style>
a { background-color: #7A0823; }
a { background-color: rgb(122,8,35); }
div.DivClassName
{
background-color: #7A0823;
}
.BgClassName
{
background-color: #7A0823;
}
</style>
border-color css
<style>
span { border-color: #7A0823; }
span { border-color: rgb(122,8,35); }
td.TdClassName
{
border-color: #7A0823;
}
.TagClassName
{
border-color: #7A0823;
}
</style>