Shades of Burgundy #7A0824
Tints of Burgundy #7A0824
RGB
CMYK
RGB Variations
Color information
#7A0824 (or 0x7A0824) is known color: Burgundy. HEX triplet: 7A, 08 and 24. RGB value is (122,8,36). Sum of RGB (Red+Green+Blue) = 122+8+36=166 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.49% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0824 is #85F7DB. Grayscale: #2D2D2D. Windows color (decimal): -8779740 or 2361466. OLE color: 2361466.
HSL color Cylindrical-coordinate representation of color #7A0824: hue angle of 345.26º 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 #7A0824 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 36 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.52 |
| HSL | 345.26º | 0.88% | 0.25% | - |
| HSV(B) | 345.26º | 0.93% | 0.48% | - |
| XYZ | 8.43 | 4.44 | 2.08 | - |
| YUV | 45.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 36 | 0 | 0.93 | 0.70 | 0.52 | 345.26 | 0.88 | 0.25 |
| Hex | 7A | 8 | 24 | 0 | 5D | 46 | 34 | 159 | 58 | 19 |
| Octal | 172 | 10 | 44 | 0 | 135 | 106 | 64 | 531 | 130 | 31 |
| Binary | 1111010 | 1000 | 100100 | 0 | 1011101 | 1000110 | 110100 | 101011001 | 1011000 | 11001 |
Color Harmonies of #7A0824
Complementary color
Monochromatic Colors of #7A0824
Black with #7A0824
Text Example
Text Example
White with #7A0824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0824; }
p { color: rgb(122,8,36); }
H1.HeaderClassName
{
color: #7A0824;
}
.AnyTagClassName
{
color: #7A0824;
}
</style>
background-color css
<style>
a { background-color: #7A0824; }
a { background-color: rgb(122,8,36); }
div.DivClassName
{
background-color: #7A0824;
}
.BgClassName
{
background-color: #7A0824;
}
</style>
border-color css
<style>
span { border-color: #7A0824; }
span { border-color: rgb(122,8,36); }
td.TdClassName
{
border-color: #7A0824;
}
.TagClassName
{
border-color: #7A0824;
}
</style>