Shades of Burgundy #7D0B1E
Tints of Burgundy #7D0B1E
RGB
CMYK
RGB Variations
Color information
#7D0B1E (or 0x7D0B1E) is known color: Burgundy. HEX triplet: 7D, 0B and 1E. RGB value is (125,11,30). Sum of RGB (Red+Green+Blue) = 125+11+30=166 (21% of max value = 765). Red value is 125 (49.22% from 255 or 75.30% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0B1E is #82F4E1. Grayscale: #2F2F2F. Windows color (decimal): -8582370 or 1969021. OLE color: 1969021.
HSL color Cylindrical-coordinate representation of color #7D0B1E: hue angle of 350º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D0B1E is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 11 | 30 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.51 |
| HSL | 350º | 0.84% | 0.27% | - |
| HSV(B) | 350º | 0.91% | 0.49% | - |
| XYZ | 8.81 | 4.69 | 1.67 | - |
| YUV | 47.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 30 | 0 | 0.91 | 0.76 | 0.51 | 350 | 0.84 | 0.27 |
| Hex | 7D | B | 1E | 0 | 5B | 4C | 33 | 15E | 54 | 1B |
| Octal | 175 | 13 | 36 | 0 | 133 | 114 | 63 | 536 | 124 | 33 |
| Binary | 1111101 | 1011 | 11110 | 0 | 1011011 | 1001100 | 110011 | 101011110 | 1010100 | 11011 |
Color Harmonies of #7D0B1E
Complementary color
Monochromatic Colors of #7D0B1E
Black with #7D0B1E
Text Example
Text Example
White with #7D0B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0B1E; }
p { color: rgb(125,11,30); }
H1.HeaderClassName
{
color: #7D0B1E;
}
.AnyTagClassName
{
color: #7D0B1E;
}
</style>
background-color css
<style>
a { background-color: #7D0B1E; }
a { background-color: rgb(125,11,30); }
div.DivClassName
{
background-color: #7D0B1E;
}
.BgClassName
{
background-color: #7D0B1E;
}
</style>
border-color css
<style>
span { border-color: #7D0B1E; }
span { border-color: rgb(125,11,30); }
td.TdClassName
{
border-color: #7D0B1E;
}
.TagClassName
{
border-color: #7D0B1E;
}
</style>