Shades of Burgundy #7A081E
Tints of Burgundy #7A081E
RGB
CMYK
RGB Variations
Color information
#7A081E (or 0x7A081E) is known color: Burgundy. HEX triplet: 7A, 08 and 1E. RGB value is (122,8,30). Sum of RGB (Red+Green+Blue) = 122+8+30=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A081E is #85F7E1. Grayscale: #2C2C2C. Windows color (decimal): -8779746 or 1968250. OLE color: 1968250.
HSL color Cylindrical-coordinate representation of color #7A081E: hue angle of 348.42º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A081E is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 30 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.52 |
| HSL | 348.42º | 0.88% | 0.25% | - |
| HSV(B) | 348.42º | 0.93% | 0.48% | - |
| XYZ | 8.35 | 4.4 | 1.64 | - |
| YUV | 44.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 30 | 0 | 0.93 | 0.75 | 0.52 | 348.42 | 0.88 | 0.25 |
| Hex | 7A | 8 | 1E | 0 | 5D | 4B | 34 | 15C | 58 | 19 |
| Octal | 172 | 10 | 36 | 0 | 135 | 113 | 64 | 534 | 130 | 31 |
| Binary | 1111010 | 1000 | 11110 | 0 | 1011101 | 1001011 | 110100 | 101011100 | 1011000 | 11001 |
Color Harmonies of #7A081E
Complementary color
Monochromatic Colors of #7A081E
Black with #7A081E
Text Example
Text Example
White with #7A081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A081E; }
p { color: rgb(122,8,30); }
H1.HeaderClassName
{
color: #7A081E;
}
.AnyTagClassName
{
color: #7A081E;
}
</style>
background-color css
<style>
a { background-color: #7A081E; }
a { background-color: rgb(122,8,30); }
div.DivClassName
{
background-color: #7A081E;
}
.BgClassName
{
background-color: #7A081E;
}
</style>
border-color css
<style>
span { border-color: #7A081E; }
span { border-color: rgb(122,8,30); }
td.TdClassName
{
border-color: #7A081E;
}
.TagClassName
{
border-color: #7A081E;
}
</style>