Shades of Burgundy #7D0B17
Tints of Burgundy #7D0B17
RGB
CMYK
RGB Variations
Color information
#7D0B17 (or 0x7D0B17) is known color: Burgundy. HEX triplet: 7D, 0B and 17. RGB value is (125,11,23). Sum of RGB (Red+Green+Blue) = 125+11+23=159 (21% of max value = 765). Red value is 125 (49.22% from 255 or 78.62% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0B17 is #82F4E8. Grayscale: #2E2E2E. Windows color (decimal): -8582377 or 1510269. OLE color: 1510269.
HSL color Cylindrical-coordinate representation of color #7D0B17: hue angle of 353.68º 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 #7D0B17 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 11 | 23 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.51 |
| HSL | 353.68º | 0.84% | 0.27% | - |
| HSV(B) | 353.68º | 0.91% | 0.49% | - |
| XYZ | 8.73 | 4.66 | 1.25 | - |
| YUV | 46.45 | 114.77 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 23 | 0 | 0.91 | 0.82 | 0.51 | 353.68 | 0.84 | 0.27 |
| Hex | 7D | B | 17 | 0 | 5B | 52 | 33 | 162 | 54 | 1B |
| Octal | 175 | 13 | 27 | 0 | 133 | 122 | 63 | 542 | 124 | 33 |
| Binary | 1111101 | 1011 | 10111 | 0 | 1011011 | 1010010 | 110011 | 101100010 | 1010100 | 11011 |
Color Harmonies of #7D0B17
Complementary color
Monochromatic Colors of #7D0B17
Black with #7D0B17
Text Example
Text Example
White with #7D0B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0B17; }
p { color: rgb(125,11,23); }
H1.HeaderClassName
{
color: #7D0B17;
}
.AnyTagClassName
{
color: #7D0B17;
}
</style>
background-color css
<style>
a { background-color: #7D0B17; }
a { background-color: rgb(125,11,23); }
div.DivClassName
{
background-color: #7D0B17;
}
.BgClassName
{
background-color: #7D0B17;
}
</style>
border-color css
<style>
span { border-color: #7D0B17; }
span { border-color: rgb(125,11,23); }
td.TdClassName
{
border-color: #7D0B17;
}
.TagClassName
{
border-color: #7D0B17;
}
</style>