Shades of Burgundy #7D092A
Tints of Burgundy #7D092A
RGB
CMYK
RGB Variations
Color information
#7D092A (or 0x7D092A) is known color: Burgundy. HEX triplet: 7D, 09 and 2A. RGB value is (125,9,42). Sum of RGB (Red+Green+Blue) = 125+9+42=176 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.02% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 125 - color contains mainly: red. Hex color #7D092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D092A is #82F6D5. Grayscale: #2F2F2F. Windows color (decimal): -8582870 or 2754941. OLE color: 2754941.
HSL color Cylindrical-coordinate representation of color #7D092A: hue angle of 342.93º 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 #7D092A is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 42 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.51 |
| HSL | 342.93º | 0.87% | 0.26% | - |
| HSV(B) | 342.93º | 0.93% | 0.49% | - |
| XYZ | 8.97 | 4.72 | 2.63 | - |
| YUV | 47.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 42 | 0 | 0.93 | 0.66 | 0.51 | 342.93 | 0.87 | 0.26 |
| Hex | 7D | 9 | 2A | 0 | 5D | 42 | 33 | 157 | 57 | 1A |
| Octal | 175 | 11 | 52 | 0 | 135 | 102 | 63 | 527 | 127 | 32 |
| Binary | 1111101 | 1001 | 101010 | 0 | 1011101 | 1000010 | 110011 | 101010111 | 1010111 | 11010 |
Color Harmonies of #7D092A
Complementary color
Monochromatic Colors of #7D092A
Black with #7D092A
Text Example
Text Example
White with #7D092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D092A; }
p { color: rgb(125,9,42); }
H1.HeaderClassName
{
color: #7D092A;
}
.AnyTagClassName
{
color: #7D092A;
}
</style>
background-color css
<style>
a { background-color: #7D092A; }
a { background-color: rgb(125,9,42); }
div.DivClassName
{
background-color: #7D092A;
}
.BgClassName
{
background-color: #7D092A;
}
</style>
border-color css
<style>
span { border-color: #7D092A; }
span { border-color: rgb(125,9,42); }
td.TdClassName
{
border-color: #7D092A;
}
.TagClassName
{
border-color: #7D092A;
}
</style>