Shades of Burgundy #7D091D
Tints of Burgundy #7D091D
RGB
CMYK
RGB Variations
Color information
#7D091D (or 0x7D091D) is known color: Burgundy. HEX triplet: 7D, 09 and 1D. RGB value is (125,9,29). Sum of RGB (Red+Green+Blue) = 125+9+29=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D091D is #82F6E2. Grayscale: #2E2E2E. Windows color (decimal): -8582883 or 1902973. OLE color: 1902973.
HSL color Cylindrical-coordinate representation of color #7D091D: hue angle of 349.66º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D091D is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 29 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.51 |
| HSL | 349.66º | 0.87% | 0.26% | - |
| HSV(B) | 349.66º | 0.93% | 0.49% | - |
| XYZ | 8.78 | 4.64 | 1.6 | - |
| YUV | 45.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 29 | 0 | 0.93 | 0.77 | 0.51 | 349.66 | 0.87 | 0.26 |
| Hex | 7D | 9 | 1D | 0 | 5D | 4D | 33 | 15E | 57 | 1A |
| Octal | 175 | 11 | 35 | 0 | 135 | 115 | 63 | 536 | 127 | 32 |
| Binary | 1111101 | 1001 | 11101 | 0 | 1011101 | 1001101 | 110011 | 101011110 | 1010111 | 11010 |
Color Harmonies of #7D091D
Complementary color
Monochromatic Colors of #7D091D
Black with #7D091D
Text Example
Text Example
White with #7D091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D091D; }
p { color: rgb(125,9,29); }
H1.HeaderClassName
{
color: #7D091D;
}
.AnyTagClassName
{
color: #7D091D;
}
</style>
background-color css
<style>
a { background-color: #7D091D; }
a { background-color: rgb(125,9,29); }
div.DivClassName
{
background-color: #7D091D;
}
.BgClassName
{
background-color: #7D091D;
}
</style>
border-color css
<style>
span { border-color: #7D091D; }
span { border-color: rgb(125,9,29); }
td.TdClassName
{
border-color: #7D091D;
}
.TagClassName
{
border-color: #7D091D;
}
</style>