Shades of Burgundy #7A0314
Tints of Burgundy #7A0314
RGB
CMYK
RGB Variations
Color information
#7A0314 (or 0x7A0314) is known color: Burgundy. HEX triplet: 7A, 03 and 14. RGB value is (122,3,20). Sum of RGB (Red+Green+Blue) = 122+3+20=145 (19% of max value = 765). Red value is 122 (48.05% from 255 or 84.14% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0314 is #85FCEB. Grayscale: #282828. Windows color (decimal): -8781036 or 1311610. OLE color: 1311610.
HSL color Cylindrical-coordinate representation of color #7A0314: hue angle of 351.43º 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 #7A0314 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 20 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.52 |
| HSL | 351.43º | 0.95% | 0.25% | - |
| HSV(B) | 351.43º | 0.98% | 0.48% | - |
| XYZ | 8.18 | 4.25 | 1.05 | - |
| YUV | 40.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 20 | 0 | 0.98 | 0.84 | 0.52 | 351.43 | 0.95 | 0.25 |
| Hex | 7A | 3 | 14 | 0 | 62 | 54 | 34 | 15F | 5F | 19 |
| Octal | 172 | 3 | 24 | 0 | 142 | 124 | 64 | 537 | 137 | 31 |
| Binary | 1111010 | 11 | 10100 | 0 | 1100010 | 1010100 | 110100 | 101011111 | 1011111 | 11001 |
Color Harmonies of #7A0314
Complementary color
Monochromatic Colors of #7A0314
Black with #7A0314
Text Example
Text Example
White with #7A0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0314; }
p { color: rgb(122,3,20); }
H1.HeaderClassName
{
color: #7A0314;
}
.AnyTagClassName
{
color: #7A0314;
}
</style>
background-color css
<style>
a { background-color: #7A0314; }
a { background-color: rgb(122,3,20); }
div.DivClassName
{
background-color: #7A0314;
}
.BgClassName
{
background-color: #7A0314;
}
</style>
border-color css
<style>
span { border-color: #7A0314; }
span { border-color: rgb(122,3,20); }
td.TdClassName
{
border-color: #7A0314;
}
.TagClassName
{
border-color: #7A0314;
}
</style>