Shades of Burgundy #7D001A
Tints of Burgundy #7D001A
RGB
CMYK
RGB Variations
Color information
#7D001A (or 0x7D001A) is known color: Burgundy. HEX triplet: 7D, 00 and 1A. RGB value is (125,0,26). Sum of RGB (Red+Green+Blue) = 125+0+26=151 (20% of max value = 765). Red value is 125 (49.22% from 255 or 82.78% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 125 - color contains mainly: red. Hex color #7D001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D001A is #82FFE5. Grayscale: #282828. Windows color (decimal): -8585190 or 1704061. OLE color: 1704061.
HSL color Cylindrical-coordinate representation of color #7D001A: hue angle of 347.52º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D001A is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.79 | 0.51 |
| HSL | 347.52º | 1% | 0.25% | - |
| HSV(B) | 347.52º | 1% | 0.49% | - |
| XYZ | 8.64 | 4.43 | 1.38 | - |
| YUV | 40.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 0 | 26 | 0 | 1 | 0.79 | 0.51 | 347.52 | 1 | 0.25 |
| Hex | 7D | 0 | 1A | 0 | 64 | 4F | 33 | 15C | 64 | 19 |
| Octal | 175 | 0 | 32 | 0 | 144 | 117 | 63 | 534 | 144 | 31 |
| Binary | 1111101 | 0 | 11010 | 0 | 1100100 | 1001111 | 110011 | 101011100 | 1100100 | 11001 |
Color Harmonies of #7D001A
Complementary color
Monochromatic Colors of #7D001A
Black with #7D001A
Text Example
Text Example
White with #7D001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D001A; }
p { color: rgb(125,0,26); }
H1.HeaderClassName
{
color: #7D001A;
}
.AnyTagClassName
{
color: #7D001A;
}
</style>
background-color css
<style>
a { background-color: #7D001A; }
a { background-color: rgb(125,0,26); }
div.DivClassName
{
background-color: #7D001A;
}
.BgClassName
{
background-color: #7D001A;
}
</style>
border-color css
<style>
span { border-color: #7D001A; }
span { border-color: rgb(125,0,26); }
td.TdClassName
{
border-color: #7D001A;
}
.TagClassName
{
border-color: #7D001A;
}
</style>