Shades of Burgundy #7D0B2B
Tints of Burgundy #7D0B2B
RGB
CMYK
RGB Variations
Color information
#7D0B2B (or 0x7D0B2B) is known color: Burgundy. HEX triplet: 7D, 0B and 2B. RGB value is (125,11,43). Sum of RGB (Red+Green+Blue) = 125+11+43=179 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.83% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0B2B is #82F4D4. Grayscale: #303030. Windows color (decimal): -8582357 or 2820989. OLE color: 2820989.
HSL color Cylindrical-coordinate representation of color #7D0B2B: hue angle of 343.16º 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 #7D0B2B is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 11 | 43 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.51 |
| HSL | 343.16º | 0.84% | 0.27% | - |
| HSV(B) | 343.16º | 0.91% | 0.49% | - |
| XYZ | 9.01 | 4.77 | 2.73 | - |
| YUV | 48.73 | 124.77 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 43 | 0 | 0.91 | 0.66 | 0.51 | 343.16 | 0.84 | 0.27 |
| Hex | 7D | B | 2B | 0 | 5B | 42 | 33 | 157 | 54 | 1B |
| Octal | 175 | 13 | 53 | 0 | 133 | 102 | 63 | 527 | 124 | 33 |
| Binary | 1111101 | 1011 | 101011 | 0 | 1011011 | 1000010 | 110011 | 101010111 | 1010100 | 11011 |
Color Harmonies of #7D0B2B
Complementary color
Monochromatic Colors of #7D0B2B
Black with #7D0B2B
Text Example
Text Example
White with #7D0B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0B2B; }
p { color: rgb(125,11,43); }
H1.HeaderClassName
{
color: #7D0B2B;
}
.AnyTagClassName
{
color: #7D0B2B;
}
</style>
background-color css
<style>
a { background-color: #7D0B2B; }
a { background-color: rgb(125,11,43); }
div.DivClassName
{
background-color: #7D0B2B;
}
.BgClassName
{
background-color: #7D0B2B;
}
</style>
border-color css
<style>
span { border-color: #7D0B2B; }
span { border-color: rgb(125,11,43); }
td.TdClassName
{
border-color: #7D0B2B;
}
.TagClassName
{
border-color: #7D0B2B;
}
</style>