Shades of Burgundy #7D011A
Tints of Burgundy #7D011A
RGB
CMYK
RGB Variations
Color information
#7D011A (or 0x7D011A) is known color: Burgundy. HEX triplet: 7D, 01 and 1A. RGB value is (125,1,26). Sum of RGB (Red+Green+Blue) = 125+1+26=152 (20% of max value = 765). Red value is 125 (49.22% from 255 or 82.24% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 125 - color contains mainly: red. Hex color #7D011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D011A is #82FEE5. Grayscale: #282828. Windows color (decimal): -8584934 or 1704317. OLE color: 1704317.
HSL color Cylindrical-coordinate representation of color #7D011A: hue angle of 347.9º 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 #7D011A is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.51 |
| HSL | 347.9º | 0.98% | 0.25% | - |
| HSV(B) | 347.9º | 0.99% | 0.49% | - |
| XYZ | 8.65 | 4.46 | 1.38 | - |
| YUV | 40.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 1 | 26 | 0 | 0.99 | 0.79 | 0.51 | 347.9 | 0.98 | 0.25 |
| Hex | 7D | 1 | 1A | 0 | 63 | 4F | 33 | 15C | 62 | 19 |
| Octal | 175 | 1 | 32 | 0 | 143 | 117 | 63 | 534 | 142 | 31 |
| Binary | 1111101 | 1 | 11010 | 0 | 1100011 | 1001111 | 110011 | 101011100 | 1100010 | 11001 |
Color Harmonies of #7D011A
Complementary color
Monochromatic Colors of #7D011A
Black with #7D011A
Text Example
Text Example
White with #7D011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D011A; }
p { color: rgb(125,1,26); }
H1.HeaderClassName
{
color: #7D011A;
}
.AnyTagClassName
{
color: #7D011A;
}
</style>
background-color css
<style>
a { background-color: #7D011A; }
a { background-color: rgb(125,1,26); }
div.DivClassName
{
background-color: #7D011A;
}
.BgClassName
{
background-color: #7D011A;
}
</style>
border-color css
<style>
span { border-color: #7D011A; }
span { border-color: rgb(125,1,26); }
td.TdClassName
{
border-color: #7D011A;
}
.TagClassName
{
border-color: #7D011A;
}
</style>