Shades of Burgundy #7D102A
Tints of Burgundy #7D102A
RGB
CMYK
RGB Variations
Color information
#7D102A (or 0x7D102A) is known color: Burgundy. HEX triplet: 7D, 10 and 2A. RGB value is (125,16,42). Sum of RGB (Red+Green+Blue) = 125+16+42=183 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.31% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 125 - color contains mainly: red. Hex color #7D102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D102A is #82EFD5. Grayscale: #333333. Windows color (decimal): -8581078 or 2756733. OLE color: 2756733.
HSL color Cylindrical-coordinate representation of color #7D102A: hue angle of 345.69º 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 #7D102A is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 16 | 42 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.51 |
| HSL | 345.69º | 0.77% | 0.28% | - |
| HSV(B) | 345.69º | 0.87% | 0.49% | - |
| XYZ | 9.06 | 4.9 | 2.66 | - |
| YUV | 51.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 42 | 0 | 0.87 | 0.66 | 0.51 | 345.69 | 0.77 | 0.28 |
| Hex | 7D | 10 | 2A | 0 | 57 | 42 | 33 | 15A | 4D | 1C |
| Octal | 175 | 20 | 52 | 0 | 127 | 102 | 63 | 532 | 115 | 34 |
| Binary | 1111101 | 10000 | 101010 | 0 | 1010111 | 1000010 | 110011 | 101011010 | 1001101 | 11100 |
Color Harmonies of #7D102A
Complementary color
Monochromatic Colors of #7D102A
Black with #7D102A
Text Example
Text Example
White with #7D102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D102A; }
p { color: rgb(125,16,42); }
H1.HeaderClassName
{
color: #7D102A;
}
.AnyTagClassName
{
color: #7D102A;
}
</style>
background-color css
<style>
a { background-color: #7D102A; }
a { background-color: rgb(125,16,42); }
div.DivClassName
{
background-color: #7D102A;
}
.BgClassName
{
background-color: #7D102A;
}
</style>
border-color css
<style>
span { border-color: #7D102A; }
span { border-color: rgb(125,16,42); }
td.TdClassName
{
border-color: #7D102A;
}
.TagClassName
{
border-color: #7D102A;
}
</style>