Shades of Burgundy #7D0422
Tints of Burgundy #7D0422
RGB
CMYK
RGB Variations
Color information
#7D0422 (or 0x7D0422) is known color: Burgundy. HEX triplet: 7D, 04 and 22. RGB value is (125,4,34). Sum of RGB (Red+Green+Blue) = 125+4+34=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0422 is #82FBDD. Grayscale: #2B2B2B. Windows color (decimal): -8584158 or 2229373. OLE color: 2229373.
HSL color Cylindrical-coordinate representation of color #7D0422: hue angle of 345.12º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D0422 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 4 | 34 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.51 |
| HSL | 345.12º | 0.94% | 0.25% | - |
| HSV(B) | 345.12º | 0.97% | 0.49% | - |
| XYZ | 8.79 | 4.56 | 1.93 | - |
| YUV | 43.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 34 | 0 | 0.97 | 0.73 | 0.51 | 345.12 | 0.94 | 0.25 |
| Hex | 7D | 4 | 22 | 0 | 61 | 49 | 33 | 159 | 5E | 19 |
| Octal | 175 | 4 | 42 | 0 | 141 | 111 | 63 | 531 | 136 | 31 |
| Binary | 1111101 | 100 | 100010 | 0 | 1100001 | 1001001 | 110011 | 101011001 | 1011110 | 11001 |
Color Harmonies of #7D0422
Complementary color
Monochromatic Colors of #7D0422
Black with #7D0422
Text Example
Text Example
White with #7D0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0422; }
p { color: rgb(125,4,34); }
H1.HeaderClassName
{
color: #7D0422;
}
.AnyTagClassName
{
color: #7D0422;
}
</style>
background-color css
<style>
a { background-color: #7D0422; }
a { background-color: rgb(125,4,34); }
div.DivClassName
{
background-color: #7D0422;
}
.BgClassName
{
background-color: #7D0422;
}
</style>
border-color css
<style>
span { border-color: #7D0422; }
span { border-color: rgb(125,4,34); }
td.TdClassName
{
border-color: #7D0422;
}
.TagClassName
{
border-color: #7D0422;
}
</style>