Shades of Burgundy #7D101C
Tints of Burgundy #7D101C
RGB
CMYK
RGB Variations
Color information
#7D101C (or 0x7D101C) is known color: Burgundy. HEX triplet: 7D, 10 and 1C. RGB value is (125,16,28). Sum of RGB (Red+Green+Blue) = 125+16+28=169 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.96% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 125 - color contains mainly: red. Hex color #7D101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D101C is #82EFE3. Grayscale: #323232. Windows color (decimal): -8581092 or 1839229. OLE color: 1839229.
HSL color Cylindrical-coordinate representation of color #7D101C: hue angle of 353.39º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D101C is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 16 | 28 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.51 |
| HSL | 353.39º | 0.77% | 0.28% | - |
| HSV(B) | 353.39º | 0.87% | 0.49% | - |
| XYZ | 8.85 | 4.81 | 1.56 | - |
| YUV | 49.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 28 | 0 | 0.87 | 0.78 | 0.51 | 353.39 | 0.77 | 0.28 |
| Hex | 7D | 10 | 1C | 0 | 57 | 4E | 33 | 161 | 4D | 1C |
| Octal | 175 | 20 | 34 | 0 | 127 | 116 | 63 | 541 | 115 | 34 |
| Binary | 1111101 | 10000 | 11100 | 0 | 1010111 | 1001110 | 110011 | 101100001 | 1001101 | 11100 |
Color Harmonies of #7D101C
Complementary color
Monochromatic Colors of #7D101C
Black with #7D101C
Text Example
Text Example
White with #7D101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D101C; }
p { color: rgb(125,16,28); }
H1.HeaderClassName
{
color: #7D101C;
}
.AnyTagClassName
{
color: #7D101C;
}
</style>
background-color css
<style>
a { background-color: #7D101C; }
a { background-color: rgb(125,16,28); }
div.DivClassName
{
background-color: #7D101C;
}
.BgClassName
{
background-color: #7D101C;
}
</style>
border-color css
<style>
span { border-color: #7D101C; }
span { border-color: rgb(125,16,28); }
td.TdClassName
{
border-color: #7D101C;
}
.TagClassName
{
border-color: #7D101C;
}
</style>