Shades of Burgundy #7A030E
Tints of Burgundy #7A030E
RGB
CMYK
RGB Variations
Color information
#7A030E (or 0x7A030E) is known color: Burgundy. HEX triplet: 7A, 03 and 0E. RGB value is (122,3,14). Sum of RGB (Red+Green+Blue) = 122+3+14=139 (18% of max value = 765). Red value is 122 (48.05% from 255 or 87.77% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 122 - color contains mainly: red. Hex color #7A030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A030E is #85FCF1. Grayscale: #272727. Windows color (decimal): -8781042 or 918394. OLE color: 918394.
HSL color Cylindrical-coordinate representation of color #7A030E: hue angle of 354.45º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A030E is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 14 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.52 |
| HSL | 354.45º | 0.95% | 0.25% | - |
| HSV(B) | 354.45º | 0.98% | 0.48% | - |
| XYZ | 8.14 | 4.23 | 0.8 | - |
| YUV | 39.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 14 | 0 | 0.98 | 0.89 | 0.52 | 354.45 | 0.95 | 0.25 |
| Hex | 7A | 3 | E | 0 | 62 | 59 | 34 | 162 | 5F | 19 |
| Octal | 172 | 3 | 16 | 0 | 142 | 131 | 64 | 542 | 137 | 31 |
| Binary | 1111010 | 11 | 1110 | 0 | 1100010 | 1011001 | 110100 | 101100010 | 1011111 | 11001 |
Color Harmonies of #7A030E
Complementary color
Monochromatic Colors of #7A030E
Black with #7A030E
Text Example
Text Example
White with #7A030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A030E; }
p { color: rgb(122,3,14); }
H1.HeaderClassName
{
color: #7A030E;
}
.AnyTagClassName
{
color: #7A030E;
}
</style>
background-color css
<style>
a { background-color: #7A030E; }
a { background-color: rgb(122,3,14); }
div.DivClassName
{
background-color: #7A030E;
}
.BgClassName
{
background-color: #7A030E;
}
</style>
border-color css
<style>
span { border-color: #7A030E; }
span { border-color: rgb(122,3,14); }
td.TdClassName
{
border-color: #7A030E;
}
.TagClassName
{
border-color: #7A030E;
}
</style>