Shades of Burgundy #7A0C2D
Tints of Burgundy #7A0C2D
RGB
CMYK
RGB Variations
Color information
#7A0C2D (or 0x7A0C2D) is known color: Burgundy. HEX triplet: 7A, 0C and 2D. RGB value is (122,12,45). Sum of RGB (Red+Green+Blue) = 122+12+45=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0C2D is #85F3D2. Grayscale: #303030. Windows color (decimal): -8778707 or 2952314. OLE color: 2952314.
HSL color Cylindrical-coordinate representation of color #7A0C2D: hue angle of 342º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0C2D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 12 | 45 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.52 |
| HSL | 342º | 0.82% | 0.26% | - |
| HSV(B) | 342º | 0.9% | 0.48% | - |
| XYZ | 8.63 | 4.59 | 2.91 | - |
| YUV | 48.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 45 | 0 | 0.90 | 0.63 | 0.52 | 342 | 0.82 | 0.26 |
| Hex | 7A | C | 2D | 0 | 5A | 3F | 34 | 156 | 52 | 1A |
| Octal | 172 | 14 | 55 | 0 | 132 | 77 | 64 | 526 | 122 | 32 |
| Binary | 1111010 | 1100 | 101101 | 0 | 1011010 | 111111 | 110100 | 101010110 | 1010010 | 11010 |
Color Harmonies of #7A0C2D
Complementary color
Monochromatic Colors of #7A0C2D
Black with #7A0C2D
Text Example
Text Example
White with #7A0C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0C2D; }
p { color: rgb(122,12,45); }
H1.HeaderClassName
{
color: #7A0C2D;
}
.AnyTagClassName
{
color: #7A0C2D;
}
</style>
background-color css
<style>
a { background-color: #7A0C2D; }
a { background-color: rgb(122,12,45); }
div.DivClassName
{
background-color: #7A0C2D;
}
.BgClassName
{
background-color: #7A0C2D;
}
</style>
border-color css
<style>
span { border-color: #7A0C2D; }
span { border-color: rgb(122,12,45); }
td.TdClassName
{
border-color: #7A0C2D;
}
.TagClassName
{
border-color: #7A0C2D;
}
</style>