Shades of Burgundy #7D0432
Tints of Burgundy #7D0432
RGB
CMYK
RGB Variations
Color information
#7D0432 (or 0x7D0432) is known color: Burgundy. HEX triplet: 7D, 04 and 32. RGB value is (125,4,50). Sum of RGB (Red+Green+Blue) = 125+4+50=179 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.83% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0432 is #82FBCD. Grayscale: #2D2D2D. Windows color (decimal): -8584142 or 3277949. OLE color: 3277949.
HSL color Cylindrical-coordinate representation of color #7D0432: hue angle of 337.19º 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 #7D0432 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 4 | 50 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.51 |
| HSL | 337.19º | 0.94% | 0.25% | - |
| HSV(B) | 337.19º | 0.97% | 0.49% | - |
| XYZ | 9.08 | 4.68 | 3.44 | - |
| YUV | 45.42 | 130.59 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 4 | 50 | 0 | 0.97 | 0.60 | 0.51 | 337.19 | 0.94 | 0.25 |
| Hex | 7D | 4 | 32 | 0 | 61 | 3C | 33 | 151 | 5E | 19 |
| Octal | 175 | 4 | 62 | 0 | 141 | 74 | 63 | 521 | 136 | 31 |
| Binary | 1111101 | 100 | 110010 | 0 | 1100001 | 111100 | 110011 | 101010001 | 1011110 | 11001 |
Color Harmonies of #7D0432
Complementary color
Monochromatic Colors of #7D0432
Black with #7D0432
Text Example
Text Example
White with #7D0432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0432; }
p { color: rgb(125,4,50); }
H1.HeaderClassName
{
color: #7D0432;
}
.AnyTagClassName
{
color: #7D0432;
}
</style>
background-color css
<style>
a { background-color: #7D0432; }
a { background-color: rgb(125,4,50); }
div.DivClassName
{
background-color: #7D0432;
}
.BgClassName
{
background-color: #7D0432;
}
</style>
border-color css
<style>
span { border-color: #7D0432; }
span { border-color: rgb(125,4,50); }
td.TdClassName
{
border-color: #7D0432;
}
.TagClassName
{
border-color: #7D0432;
}
</style>