Shades of Burgundy #7D0636
Tints of Burgundy #7D0636
RGB
CMYK
RGB Variations
Color information
#7D0636 (or 0x7D0636) is known color: Burgundy. HEX triplet: 7D, 06 and 36. RGB value is (125,6,54). Sum of RGB (Red+Green+Blue) = 125+6+54=185 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.57% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0636 is #82F9C9. Grayscale: #2E2E2E. Windows color (decimal): -8583626 or 3540605. OLE color: 3540605.
HSL color Cylindrical-coordinate representation of color #7D0636: hue angle of 335.8º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0636 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 6 | 54 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.51 |
| HSL | 335.8º | 0.91% | 0.26% | - |
| HSV(B) | 335.8º | 0.95% | 0.49% | - |
| XYZ | 9.19 | 4.76 | 3.92 | - |
| YUV | 47.05 | 131.92 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 6 | 54 | 0 | 0.95 | 0.57 | 0.51 | 335.8 | 0.91 | 0.26 |
| Hex | 7D | 6 | 36 | 0 | 5F | 39 | 33 | 150 | 5B | 1A |
| Octal | 175 | 6 | 66 | 0 | 137 | 71 | 63 | 520 | 133 | 32 |
| Binary | 1111101 | 110 | 110110 | 0 | 1011111 | 111001 | 110011 | 101010000 | 1011011 | 11010 |
Color Harmonies of #7D0636
Complementary color
Monochromatic Colors of #7D0636
Black with #7D0636
Text Example
Text Example
White with #7D0636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0636; }
p { color: rgb(125,6,54); }
H1.HeaderClassName
{
color: #7D0636;
}
.AnyTagClassName
{
color: #7D0636;
}
</style>
background-color css
<style>
a { background-color: #7D0636; }
a { background-color: rgb(125,6,54); }
div.DivClassName
{
background-color: #7D0636;
}
.BgClassName
{
background-color: #7D0636;
}
</style>
border-color css
<style>
span { border-color: #7D0636; }
span { border-color: rgb(125,6,54); }
td.TdClassName
{
border-color: #7D0636;
}
.TagClassName
{
border-color: #7D0636;
}
</style>