Shades of Burgundy #7D012E
Tints of Burgundy #7D012E
RGB
CMYK
RGB Variations
Color information
#7D012E (or 0x7D012E) is known color: Burgundy. HEX triplet: 7D, 01 and 2E. RGB value is (125,1,46). Sum of RGB (Red+Green+Blue) = 125+1+46=172 (22% of max value = 765). Red value is 125 (49.22% from 255 or 72.67% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 125 - color contains mainly: red. Hex color #7D012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D012E is #82FED1. Grayscale: #2B2B2B. Windows color (decimal): -8584914 or 3015037. OLE color: 3015037.
HSL color Cylindrical-coordinate representation of color #7D012E: hue angle of 338.23º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D012E is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.51 |
| HSL | 338.23º | 0.98% | 0.25% | - |
| HSV(B) | 338.23º | 0.99% | 0.49% | - |
| XYZ | 8.96 | 4.58 | 3 | - |
| YUV | 43.21 | 129.58 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 1 | 46 | 0 | 0.99 | 0.63 | 0.51 | 338.23 | 0.98 | 0.25 |
| Hex | 7D | 1 | 2E | 0 | 63 | 3F | 33 | 152 | 62 | 19 |
| Octal | 175 | 1 | 56 | 0 | 143 | 77 | 63 | 522 | 142 | 31 |
| Binary | 1111101 | 1 | 101110 | 0 | 1100011 | 111111 | 110011 | 101010010 | 1100010 | 11001 |
Color Harmonies of #7D012E
Complementary color
Monochromatic Colors of #7D012E
Black with #7D012E
Text Example
Text Example
White with #7D012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D012E; }
p { color: rgb(125,1,46); }
H1.HeaderClassName
{
color: #7D012E;
}
.AnyTagClassName
{
color: #7D012E;
}
</style>
background-color css
<style>
a { background-color: #7D012E; }
a { background-color: rgb(125,1,46); }
div.DivClassName
{
background-color: #7D012E;
}
.BgClassName
{
background-color: #7D012E;
}
</style>
border-color css
<style>
span { border-color: #7D012E; }
span { border-color: rgb(125,1,46); }
td.TdClassName
{
border-color: #7D012E;
}
.TagClassName
{
border-color: #7D012E;
}
</style>