Shades of Burgundy #7E001A
Tints of Burgundy #7E001A
RGB
CMYK
RGB Variations
Color information
#7E001A (or 0x7E001A) is known color: Burgundy. HEX triplet: 7E, 00 and 1A. RGB value is (126,0,26). Sum of RGB (Red+Green+Blue) = 126+0+26=152 (20% of max value = 765). Red value is 126 (49.61% from 255 or 82.89% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 126 - color contains mainly: red. Hex color #7E001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E001A is #81FFE5. Grayscale: #282828. Windows color (decimal): -8519654 or 1704062. OLE color: 1704062.
HSL color Cylindrical-coordinate representation of color #7E001A: hue angle of 347.62º 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 #7E001A is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.79 | 0.51 |
| HSL | 347.62º | 1% | 0.25% | - |
| HSV(B) | 347.62º | 1% | 0.49% | - |
| XYZ | 8.79 | 4.51 | 1.38 | - |
| YUV | 40.64 | 119.74 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 0 | 26 | 0 | 1 | 0.79 | 0.51 | 347.62 | 1 | 0.25 |
| Hex | 7E | 0 | 1A | 0 | 64 | 4F | 33 | 15C | 64 | 19 |
| Octal | 176 | 0 | 32 | 0 | 144 | 117 | 63 | 534 | 144 | 31 |
| Binary | 1111110 | 0 | 11010 | 0 | 1100100 | 1001111 | 110011 | 101011100 | 1100100 | 11001 |
Color Harmonies of #7E001A
Complementary color
Monochromatic Colors of #7E001A
Black with #7E001A
Text Example
Text Example
White with #7E001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E001A; }
p { color: rgb(126,0,26); }
H1.HeaderClassName
{
color: #7E001A;
}
.AnyTagClassName
{
color: #7E001A;
}
</style>
background-color css
<style>
a { background-color: #7E001A; }
a { background-color: rgb(126,0,26); }
div.DivClassName
{
background-color: #7E001A;
}
.BgClassName
{
background-color: #7E001A;
}
</style>
border-color css
<style>
span { border-color: #7E001A; }
span { border-color: rgb(126,0,26); }
td.TdClassName
{
border-color: #7E001A;
}
.TagClassName
{
border-color: #7E001A;
}
</style>