Shades of Burgundy #7D051C
Tints of Burgundy #7D051C
RGB
CMYK
RGB Variations
Color information
#7D051C (or 0x7D051C) is known color: Burgundy. HEX triplet: 7D, 05 and 1C. RGB value is (125,5,28). Sum of RGB (Red+Green+Blue) = 125+5+28=158 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.11% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 125 - color contains mainly: red. Hex color #7D051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D051C is #82FAE3. Grayscale: #2B2B2B. Windows color (decimal): -8583908 or 1836413. OLE color: 1836413.
HSL color Cylindrical-coordinate representation of color #7D051C: hue angle of 348.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D051C is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 5 | 28 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.51 |
| HSL | 348.5º | 0.92% | 0.25% | - |
| HSV(B) | 348.5º | 0.96% | 0.49% | - |
| XYZ | 8.72 | 4.55 | 1.52 | - |
| YUV | 43.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 28 | 0 | 0.96 | 0.78 | 0.51 | 348.5 | 0.92 | 0.25 |
| Hex | 7D | 5 | 1C | 0 | 60 | 4E | 33 | 15C | 5C | 19 |
| Octal | 175 | 5 | 34 | 0 | 140 | 116 | 63 | 534 | 134 | 31 |
| Binary | 1111101 | 101 | 11100 | 0 | 1100000 | 1001110 | 110011 | 101011100 | 1011100 | 11001 |
Color Harmonies of #7D051C
Complementary color
Monochromatic Colors of #7D051C
Black with #7D051C
Text Example
Text Example
White with #7D051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D051C; }
p { color: rgb(125,5,28); }
H1.HeaderClassName
{
color: #7D051C;
}
.AnyTagClassName
{
color: #7D051C;
}
</style>
background-color css
<style>
a { background-color: #7D051C; }
a { background-color: rgb(125,5,28); }
div.DivClassName
{
background-color: #7D051C;
}
.BgClassName
{
background-color: #7D051C;
}
</style>
border-color css
<style>
span { border-color: #7D051C; }
span { border-color: rgb(125,5,28); }
td.TdClassName
{
border-color: #7D051C;
}
.TagClassName
{
border-color: #7D051C;
}
</style>