Shades of Burgundy #7D0B2D
Tints of Burgundy #7D0B2D
RGB
CMYK
RGB Variations
Color information
#7D0B2D (or 0x7D0B2D) is known color: Burgundy. HEX triplet: 7D, 0B and 2D. RGB value is (125,11,45). Sum of RGB (Red+Green+Blue) = 125+11+45=181 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.06% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0B2D is #82F4D2. Grayscale: #303030. Windows color (decimal): -8582355 or 2952061. OLE color: 2952061.
HSL color Cylindrical-coordinate representation of color #7D0B2D: hue angle of 342.11º 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 #7D0B2D is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 11 | 45 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.51 |
| HSL | 342.11º | 0.84% | 0.27% | - |
| HSV(B) | 342.11º | 0.91% | 0.49% | - |
| XYZ | 9.05 | 4.79 | 2.93 | - |
| YUV | 48.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 11 | 45 | 0 | 0.91 | 0.64 | 0.51 | 342.11 | 0.84 | 0.27 |
| Hex | 7D | B | 2D | 0 | 5B | 40 | 33 | 156 | 54 | 1B |
| Octal | 175 | 13 | 55 | 0 | 133 | 100 | 63 | 526 | 124 | 33 |
| Binary | 1111101 | 1011 | 101101 | 0 | 1011011 | 1000000 | 110011 | 101010110 | 1010100 | 11011 |
Color Harmonies of #7D0B2D
Complementary color
Monochromatic Colors of #7D0B2D
Black with #7D0B2D
Text Example
Text Example
White with #7D0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0B2D; }
p { color: rgb(125,11,45); }
H1.HeaderClassName
{
color: #7D0B2D;
}
.AnyTagClassName
{
color: #7D0B2D;
}
</style>
background-color css
<style>
a { background-color: #7D0B2D; }
a { background-color: rgb(125,11,45); }
div.DivClassName
{
background-color: #7D0B2D;
}
.BgClassName
{
background-color: #7D0B2D;
}
</style>
border-color css
<style>
span { border-color: #7D0B2D; }
span { border-color: rgb(125,11,45); }
td.TdClassName
{
border-color: #7D0B2D;
}
.TagClassName
{
border-color: #7D0B2D;
}
</style>