Shades of Burgundy #7D0D2A
Tints of Burgundy #7D0D2A
RGB
CMYK
RGB Variations
Color information
#7D0D2A (or 0x7D0D2A) is known color: Burgundy. HEX triplet: 7D, 0D and 2A. RGB value is (125,13,42). Sum of RGB (Red+Green+Blue) = 125+13+42=180 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.44% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0D2A is #82F2D5. Grayscale: #313131. Windows color (decimal): -8581846 or 2755965. OLE color: 2755965.
HSL color Cylindrical-coordinate representation of color #7D0D2A: hue angle of 344.46º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0D2A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 13 | 42 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.51 |
| HSL | 344.46º | 0.81% | 0.27% | - |
| HSV(B) | 344.46º | 0.9% | 0.49% | - |
| XYZ | 9.02 | 4.81 | 2.64 | - |
| YUV | 49.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 42 | 0 | 0.90 | 0.66 | 0.51 | 344.46 | 0.81 | 0.27 |
| Hex | 7D | D | 2A | 0 | 5A | 42 | 33 | 158 | 51 | 1B |
| Octal | 175 | 15 | 52 | 0 | 132 | 102 | 63 | 530 | 121 | 33 |
| Binary | 1111101 | 1101 | 101010 | 0 | 1011010 | 1000010 | 110011 | 101011000 | 1010001 | 11011 |
Color Harmonies of #7D0D2A
Complementary color
Monochromatic Colors of #7D0D2A
Black with #7D0D2A
Text Example
Text Example
White with #7D0D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0D2A; }
p { color: rgb(125,13,42); }
H1.HeaderClassName
{
color: #7D0D2A;
}
.AnyTagClassName
{
color: #7D0D2A;
}
</style>
background-color css
<style>
a { background-color: #7D0D2A; }
a { background-color: rgb(125,13,42); }
div.DivClassName
{
background-color: #7D0D2A;
}
.BgClassName
{
background-color: #7D0D2A;
}
</style>
border-color css
<style>
span { border-color: #7D0D2A; }
span { border-color: rgb(125,13,42); }
td.TdClassName
{
border-color: #7D0D2A;
}
.TagClassName
{
border-color: #7D0D2A;
}
</style>