Shades of Burgundy #7A002D
Tints of Burgundy #7A002D
RGB
CMYK
RGB Variations
Color information
#7A002D (or 0x7A002D) is known color: Burgundy. HEX triplet: 7A, 00 and 2D. RGB value is (122,0,45). Sum of RGB (Red+Green+Blue) = 122+0+45=167 (22% of max value = 765). Red value is 122 (48.05% from 255 or 73.05% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 122 - color contains mainly: red. Hex color #7A002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A002D is #85FFD2. Grayscale: #292929. Windows color (decimal): -8781779 or 2949242. OLE color: 2949242.
HSL color Cylindrical-coordinate representation of color #7A002D: hue angle of 337.87º 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 #7A002D is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.63 | 0.52 |
| HSL | 337.87º | 1% | 0.24% | - |
| HSV(B) | 337.87º | 1% | 0.48% | - |
| XYZ | 8.5 | 4.33 | 2.87 | - |
| YUV | 41.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 0 | 45 | 0 | 1 | 0.63 | 0.52 | 337.87 | 1 | 0.24 |
| Hex | 7A | 0 | 2D | 0 | 64 | 3F | 34 | 152 | 64 | 18 |
| Octal | 172 | 0 | 55 | 0 | 144 | 77 | 64 | 522 | 144 | 30 |
| Binary | 1111010 | 0 | 101101 | 0 | 1100100 | 111111 | 110100 | 101010010 | 1100100 | 11000 |
Color Harmonies of #7A002D
Complementary color
Monochromatic Colors of #7A002D
Black with #7A002D
Text Example
Text Example
White with #7A002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A002D; }
p { color: rgb(122,0,45); }
H1.HeaderClassName
{
color: #7A002D;
}
.AnyTagClassName
{
color: #7A002D;
}
</style>
background-color css
<style>
a { background-color: #7A002D; }
a { background-color: rgb(122,0,45); }
div.DivClassName
{
background-color: #7A002D;
}
.BgClassName
{
background-color: #7A002D;
}
</style>
border-color css
<style>
span { border-color: #7A002D; }
span { border-color: rgb(122,0,45); }
td.TdClassName
{
border-color: #7A002D;
}
.TagClassName
{
border-color: #7A002D;
}
</style>