Shades of Burgundy #7A001A
Tints of Burgundy #7A001A
RGB
CMYK
RGB Variations
Color information
#7A001A (or 0x7A001A) is known color: Burgundy. HEX triplet: 7A, 00 and 1A. RGB value is (122,0,26). Sum of RGB (Red+Green+Blue) = 122+0+26=148 (19% of max value = 765). Red value is 122 (48.05% from 255 or 82.43% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 122 - color contains mainly: red. Hex color #7A001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A001A is #85FFE5. Grayscale: #272727. Windows color (decimal): -8781798 or 1704058. OLE color: 1704058.
HSL color Cylindrical-coordinate representation of color #7A001A: hue angle of 347.21º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A001A is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.79 | 0.52 |
| HSL | 347.21º | 1% | 0.24% | - |
| HSV(B) | 347.21º | 1% | 0.48% | - |
| XYZ | 8.21 | 4.21 | 1.36 | - |
| YUV | 39.44 | 120.42 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 26 | 0 | 1 | 0.79 | 0.52 | 347.21 | 1 | 0.24 |
| Hex | 7A | 0 | 1A | 0 | 64 | 4F | 34 | 15B | 64 | 18 |
| Octal | 172 | 0 | 32 | 0 | 144 | 117 | 64 | 533 | 144 | 30 |
| Binary | 1111010 | 0 | 11010 | 0 | 1100100 | 1001111 | 110100 | 101011011 | 1100100 | 11000 |
Color Harmonies of #7A001A
Complementary color
Monochromatic Colors of #7A001A
Black with #7A001A
Text Example
Text Example
White with #7A001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A001A; }
p { color: rgb(122,0,26); }
H1.HeaderClassName
{
color: #7A001A;
}
.AnyTagClassName
{
color: #7A001A;
}
</style>
background-color css
<style>
a { background-color: #7A001A; }
a { background-color: rgb(122,0,26); }
div.DivClassName
{
background-color: #7A001A;
}
.BgClassName
{
background-color: #7A001A;
}
</style>
border-color css
<style>
span { border-color: #7A001A; }
span { border-color: rgb(122,0,26); }
td.TdClassName
{
border-color: #7A001A;
}
.TagClassName
{
border-color: #7A001A;
}
</style>