Shades of Burgundy #7A062B
Tints of Burgundy #7A062B
RGB
CMYK
RGB Variations
Color information
#7A062B (or 0x7A062B) is known color: Burgundy. HEX triplet: 7A, 06 and 2B. RGB value is (122,6,43). Sum of RGB (Red+Green+Blue) = 122+6+43=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A062B is #85F9D4. Grayscale: #2C2C2C. Windows color (decimal): -8780245 or 2819706. OLE color: 2819706.
HSL color Cylindrical-coordinate representation of color #7A062B: hue angle of 340.86º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A062B is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 6 | 43 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.52 |
| HSL | 340.86º | 0.91% | 0.25% | - |
| HSV(B) | 340.86º | 0.95% | 0.48% | - |
| XYZ | 8.53 | 4.44 | 2.69 | - |
| YUV | 44.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 6 | 43 | 0 | 0.95 | 0.65 | 0.52 | 340.86 | 0.91 | 0.25 |
| Hex | 7A | 6 | 2B | 0 | 5F | 41 | 34 | 155 | 5B | 19 |
| Octal | 172 | 6 | 53 | 0 | 137 | 101 | 64 | 525 | 133 | 31 |
| Binary | 1111010 | 110 | 101011 | 0 | 1011111 | 1000001 | 110100 | 101010101 | 1011011 | 11001 |
Color Harmonies of #7A062B
Complementary color
Monochromatic Colors of #7A062B
Black with #7A062B
Text Example
Text Example
White with #7A062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A062B; }
p { color: rgb(122,6,43); }
H1.HeaderClassName
{
color: #7A062B;
}
.AnyTagClassName
{
color: #7A062B;
}
</style>
background-color css
<style>
a { background-color: #7A062B; }
a { background-color: rgb(122,6,43); }
div.DivClassName
{
background-color: #7A062B;
}
.BgClassName
{
background-color: #7A062B;
}
</style>
border-color css
<style>
span { border-color: #7A062B; }
span { border-color: rgb(122,6,43); }
td.TdClassName
{
border-color: #7A062B;
}
.TagClassName
{
border-color: #7A062B;
}
</style>