Shades of Burgundy #7D0421
Tints of Burgundy #7D0421
RGB
CMYK
RGB Variations
Color information
#7D0421 (or 0x7D0421) is known color: Burgundy. HEX triplet: 7D, 04 and 21. RGB value is (125,4,33). Sum of RGB (Red+Green+Blue) = 125+4+33=162 (21% of max value = 765). Red value is 125 (49.22% from 255 or 77.16% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0421 is #82FBDE. Grayscale: #2B2B2B. Windows color (decimal): -8584159 or 2163837. OLE color: 2163837.
HSL color Cylindrical-coordinate representation of color #7D0421: hue angle of 345.62º 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 #7D0421 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 4 | 33 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.51 |
| HSL | 345.62º | 0.94% | 0.25% | - |
| HSV(B) | 345.62º | 0.97% | 0.49% | - |
| XYZ | 8.78 | 4.56 | 1.86 | - |
| YUV | 43.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 33 | 0 | 0.97 | 0.74 | 0.51 | 345.62 | 0.94 | 0.25 |
| Hex | 7D | 4 | 21 | 0 | 61 | 4A | 33 | 15A | 5E | 19 |
| Octal | 175 | 4 | 41 | 0 | 141 | 112 | 63 | 532 | 136 | 31 |
| Binary | 1111101 | 100 | 100001 | 0 | 1100001 | 1001010 | 110011 | 101011010 | 1011110 | 11001 |
Color Harmonies of #7D0421
Complementary color
Monochromatic Colors of #7D0421
Black with #7D0421
Text Example
Text Example
White with #7D0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0421; }
p { color: rgb(125,4,33); }
H1.HeaderClassName
{
color: #7D0421;
}
.AnyTagClassName
{
color: #7D0421;
}
</style>
background-color css
<style>
a { background-color: #7D0421; }
a { background-color: rgb(125,4,33); }
div.DivClassName
{
background-color: #7D0421;
}
.BgClassName
{
background-color: #7D0421;
}
</style>
border-color css
<style>
span { border-color: #7D0421; }
span { border-color: rgb(125,4,33); }
td.TdClassName
{
border-color: #7D0421;
}
.TagClassName
{
border-color: #7D0421;
}
</style>