Shades of Burgundy #7A031D
Tints of Burgundy #7A031D
RGB
CMYK
RGB Variations
Color information
#7A031D (or 0x7A031D) is known color: Burgundy. HEX triplet: 7A, 03 and 1D. RGB value is (122,3,29). Sum of RGB (Red+Green+Blue) = 122+3+29=154 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.22% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 122 - color contains mainly: red. Hex color #7A031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A031D is #85FCE2. Grayscale: #292929. Windows color (decimal): -8781027 or 1901434. OLE color: 1901434.
HSL color Cylindrical-coordinate representation of color #7A031D: hue angle of 346.89º 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 #7A031D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.52 |
| HSL | 346.89º | 0.95% | 0.25% | - |
| HSV(B) | 346.89º | 0.98% | 0.48% | - |
| XYZ | 8.28 | 4.29 | 1.55 | - |
| YUV | 41.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 29 | 0 | 0.98 | 0.76 | 0.52 | 346.89 | 0.95 | 0.25 |
| Hex | 7A | 3 | 1D | 0 | 62 | 4C | 34 | 15B | 5F | 19 |
| Octal | 172 | 3 | 35 | 0 | 142 | 114 | 64 | 533 | 137 | 31 |
| Binary | 1111010 | 11 | 11101 | 0 | 1100010 | 1001100 | 110100 | 101011011 | 1011111 | 11001 |
Color Harmonies of #7A031D
Complementary color
Monochromatic Colors of #7A031D
Black with #7A031D
Text Example
Text Example
White with #7A031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A031D; }
p { color: rgb(122,3,29); }
H1.HeaderClassName
{
color: #7A031D;
}
.AnyTagClassName
{
color: #7A031D;
}
</style>
background-color css
<style>
a { background-color: #7A031D; }
a { background-color: rgb(122,3,29); }
div.DivClassName
{
background-color: #7A031D;
}
.BgClassName
{
background-color: #7A031D;
}
</style>
border-color css
<style>
span { border-color: #7A031D; }
span { border-color: rgb(122,3,29); }
td.TdClassName
{
border-color: #7A031D;
}
.TagClassName
{
border-color: #7A031D;
}
</style>