Shades of Burgundy #7A072B
Tints of Burgundy #7A072B
RGB
CMYK
RGB Variations
Color information
#7A072B (or 0x7A072B) is known color: Burgundy. HEX triplet: 7A, 07 and 2B. RGB value is (122,7,43). Sum of RGB (Red+Green+Blue) = 122+7+43=172 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.93% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 122 - color contains mainly: red. Hex color #7A072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A072B is #85F8D4. Grayscale: #2D2D2D. Windows color (decimal): -8779989 or 2819962. OLE color: 2819962.
HSL color Cylindrical-coordinate representation of color #7A072B: hue angle of 341.22º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A072B is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 43 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.52 |
| HSL | 341.22º | 0.89% | 0.25% | - |
| HSV(B) | 341.22º | 0.94% | 0.48% | - |
| XYZ | 8.54 | 4.46 | 2.7 | - |
| YUV | 45.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 43 | 0 | 0.94 | 0.65 | 0.52 | 341.22 | 0.89 | 0.25 |
| Hex | 7A | 7 | 2B | 0 | 5E | 41 | 34 | 155 | 59 | 19 |
| Octal | 172 | 7 | 53 | 0 | 136 | 101 | 64 | 525 | 131 | 31 |
| Binary | 1111010 | 111 | 101011 | 0 | 1011110 | 1000001 | 110100 | 101010101 | 1011001 | 11001 |
Color Harmonies of #7A072B
Complementary color
Monochromatic Colors of #7A072B
Black with #7A072B
Text Example
Text Example
White with #7A072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A072B; }
p { color: rgb(122,7,43); }
H1.HeaderClassName
{
color: #7A072B;
}
.AnyTagClassName
{
color: #7A072B;
}
</style>
background-color css
<style>
a { background-color: #7A072B; }
a { background-color: rgb(122,7,43); }
div.DivClassName
{
background-color: #7A072B;
}
.BgClassName
{
background-color: #7A072B;
}
</style>
border-color css
<style>
span { border-color: #7A072B; }
span { border-color: rgb(122,7,43); }
td.TdClassName
{
border-color: #7A072B;
}
.TagClassName
{
border-color: #7A072B;
}
</style>