Shades of Burgundy #7D062B
Tints of Burgundy #7D062B
RGB
CMYK
RGB Variations
Color information
#7D062B (or 0x7D062B) is known color: Burgundy. HEX triplet: 7D, 06 and 2B. RGB value is (125,6,43). Sum of RGB (Red+Green+Blue) = 125+6+43=174 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.84% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 125 - color contains mainly: red. Hex color #7D062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D062B is #82F9D4. Grayscale: #2D2D2D. Windows color (decimal): -8583637 or 2819709. OLE color: 2819709.
HSL color Cylindrical-coordinate representation of color #7D062B: hue angle of 341.34º 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 #7D062B is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 6 | 43 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.51 |
| HSL | 341.34º | 0.91% | 0.26% | - |
| HSV(B) | 341.34º | 0.95% | 0.49% | - |
| XYZ | 8.96 | 4.66 | 2.71 | - |
| YUV | 45.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 6 | 43 | 0 | 0.95 | 0.66 | 0.51 | 341.34 | 0.91 | 0.26 |
| Hex | 7D | 6 | 2B | 0 | 5F | 42 | 33 | 155 | 5B | 1A |
| Octal | 175 | 6 | 53 | 0 | 137 | 102 | 63 | 525 | 133 | 32 |
| Binary | 1111101 | 110 | 101011 | 0 | 1011111 | 1000010 | 110011 | 101010101 | 1011011 | 11010 |
Color Harmonies of #7D062B
Complementary color
Monochromatic Colors of #7D062B
Black with #7D062B
Text Example
Text Example
White with #7D062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D062B; }
p { color: rgb(125,6,43); }
H1.HeaderClassName
{
color: #7D062B;
}
.AnyTagClassName
{
color: #7D062B;
}
</style>
background-color css
<style>
a { background-color: #7D062B; }
a { background-color: rgb(125,6,43); }
div.DivClassName
{
background-color: #7D062B;
}
.BgClassName
{
background-color: #7D062B;
}
</style>
border-color css
<style>
span { border-color: #7D062B; }
span { border-color: rgb(125,6,43); }
td.TdClassName
{
border-color: #7D062B;
}
.TagClassName
{
border-color: #7D062B;
}
</style>