Shades of Burgundy #7A051D
Tints of Burgundy #7A051D
RGB
CMYK
RGB Variations
Color information
#7A051D (or 0x7A051D) is known color: Burgundy. HEX triplet: 7A, 05 and 1D. RGB value is (122,5,29). Sum of RGB (Red+Green+Blue) = 122+5+29=156 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.21% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 122 - color contains mainly: red. Hex color #7A051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A051D is #85FAE2. Grayscale: #2A2A2A. Windows color (decimal): -8780515 or 1901946. OLE color: 1901946.
HSL color Cylindrical-coordinate representation of color #7A051D: hue angle of 347.69º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A051D is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 5 | 29 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.52 |
| HSL | 347.69º | 0.92% | 0.25% | - |
| HSV(B) | 347.69º | 0.96% | 0.48% | - |
| XYZ | 8.3 | 4.33 | 1.56 | - |
| YUV | 42.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 29 | 0 | 0.96 | 0.76 | 0.52 | 347.69 | 0.92 | 0.25 |
| Hex | 7A | 5 | 1D | 0 | 60 | 4C | 34 | 15C | 5C | 19 |
| Octal | 172 | 5 | 35 | 0 | 140 | 114 | 64 | 534 | 134 | 31 |
| Binary | 1111010 | 101 | 11101 | 0 | 1100000 | 1001100 | 110100 | 101011100 | 1011100 | 11001 |
Color Harmonies of #7A051D
Complementary color
Monochromatic Colors of #7A051D
Black with #7A051D
Text Example
Text Example
White with #7A051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A051D; }
p { color: rgb(122,5,29); }
H1.HeaderClassName
{
color: #7A051D;
}
.AnyTagClassName
{
color: #7A051D;
}
</style>
background-color css
<style>
a { background-color: #7A051D; }
a { background-color: rgb(122,5,29); }
div.DivClassName
{
background-color: #7A051D;
}
.BgClassName
{
background-color: #7A051D;
}
</style>
border-color css
<style>
span { border-color: #7A051D; }
span { border-color: rgb(122,5,29); }
td.TdClassName
{
border-color: #7A051D;
}
.TagClassName
{
border-color: #7A051D;
}
</style>