Shades of Burgundy #7A071C
Tints of Burgundy #7A071C
RGB
CMYK
RGB Variations
Color information
#7A071C (or 0x7A071C) is known color: Burgundy. HEX triplet: 7A, 07 and 1C. RGB value is (122,7,28). Sum of RGB (Red+Green+Blue) = 122+7+28=157 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.71% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 122 - color contains mainly: red. Hex color #7A071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A071C is #85F8E3. Grayscale: #2B2B2B. Windows color (decimal): -8780004 or 1836922. OLE color: 1836922.
HSL color Cylindrical-coordinate representation of color #7A071C: hue angle of 349.04º 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 #7A071C is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 28 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.52 |
| HSL | 349.04º | 0.89% | 0.25% | - |
| HSV(B) | 349.04º | 0.94% | 0.48% | - |
| XYZ | 8.31 | 4.37 | 1.5 | - |
| YUV | 43.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 28 | 0 | 0.94 | 0.77 | 0.52 | 349.04 | 0.89 | 0.25 |
| Hex | 7A | 7 | 1C | 0 | 5E | 4D | 34 | 15D | 59 | 19 |
| Octal | 172 | 7 | 34 | 0 | 136 | 115 | 64 | 535 | 131 | 31 |
| Binary | 1111010 | 111 | 11100 | 0 | 1011110 | 1001101 | 110100 | 101011101 | 1011001 | 11001 |
Color Harmonies of #7A071C
Complementary color
Monochromatic Colors of #7A071C
Black with #7A071C
Text Example
Text Example
White with #7A071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A071C; }
p { color: rgb(122,7,28); }
H1.HeaderClassName
{
color: #7A071C;
}
.AnyTagClassName
{
color: #7A071C;
}
</style>
background-color css
<style>
a { background-color: #7A071C; }
a { background-color: rgb(122,7,28); }
div.DivClassName
{
background-color: #7A071C;
}
.BgClassName
{
background-color: #7A071C;
}
</style>
border-color css
<style>
span { border-color: #7A071C; }
span { border-color: rgb(122,7,28); }
td.TdClassName
{
border-color: #7A071C;
}
.TagClassName
{
border-color: #7A071C;
}
</style>