Shades of Burgundy #7D1027
Tints of Burgundy #7D1027
RGB
CMYK
RGB Variations
Color information
#7D1027 (or 0x7D1027) is known color: Burgundy. HEX triplet: 7D, 10 and 27. RGB value is (125,16,39). Sum of RGB (Red+Green+Blue) = 125+16+39=180 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.44% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1027 is #82EFD8. Grayscale: #333333. Windows color (decimal): -8581081 or 2560125. OLE color: 2560125.
HSL color Cylindrical-coordinate representation of color #7D1027: hue angle of 347.34º 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 #7D1027 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 16 | 39 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.51 |
| HSL | 347.34º | 0.77% | 0.28% | - |
| HSV(B) | 347.34º | 0.87% | 0.49% | - |
| XYZ | 9.01 | 4.88 | 2.39 | - |
| YUV | 51.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 39 | 0 | 0.87 | 0.69 | 0.51 | 347.34 | 0.77 | 0.28 |
| Hex | 7D | 10 | 27 | 0 | 57 | 45 | 33 | 15B | 4D | 1C |
| Octal | 175 | 20 | 47 | 0 | 127 | 105 | 63 | 533 | 115 | 34 |
| Binary | 1111101 | 10000 | 100111 | 0 | 1010111 | 1000101 | 110011 | 101011011 | 1001101 | 11100 |
Color Harmonies of #7D1027
Complementary color
Monochromatic Colors of #7D1027
Black with #7D1027
Text Example
Text Example
White with #7D1027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1027; }
p { color: rgb(125,16,39); }
H1.HeaderClassName
{
color: #7D1027;
}
.AnyTagClassName
{
color: #7D1027;
}
</style>
background-color css
<style>
a { background-color: #7D1027; }
a { background-color: rgb(125,16,39); }
div.DivClassName
{
background-color: #7D1027;
}
.BgClassName
{
background-color: #7D1027;
}
</style>
border-color css
<style>
span { border-color: #7D1027; }
span { border-color: rgb(125,16,39); }
td.TdClassName
{
border-color: #7D1027;
}
.TagClassName
{
border-color: #7D1027;
}
</style>