Shades of Burgundy #7A091C
Tints of Burgundy #7A091C
RGB
CMYK
RGB Variations
Color information
#7A091C (or 0x7A091C) is known color: Burgundy. HEX triplet: 7A, 09 and 1C. RGB value is (122,9,28). Sum of RGB (Red+Green+Blue) = 122+9+28=159 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.73% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 122 - color contains mainly: red. Hex color #7A091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A091C is #85F6E3. Grayscale: #2C2C2C. Windows color (decimal): -8779492 or 1837434. OLE color: 1837434.
HSL color Cylindrical-coordinate representation of color #7A091C: hue angle of 349.91º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A091C is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 9 | 28 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.52 |
| HSL | 349.91º | 0.86% | 0.26% | - |
| HSV(B) | 349.91º | 0.93% | 0.48% | - |
| XYZ | 8.33 | 4.42 | 1.51 | - |
| YUV | 44.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 28 | 0 | 0.93 | 0.77 | 0.52 | 349.91 | 0.86 | 0.26 |
| Hex | 7A | 9 | 1C | 0 | 5D | 4D | 34 | 15E | 56 | 1A |
| Octal | 172 | 11 | 34 | 0 | 135 | 115 | 64 | 536 | 126 | 32 |
| Binary | 1111010 | 1001 | 11100 | 0 | 1011101 | 1001101 | 110100 | 101011110 | 1010110 | 11010 |
Color Harmonies of #7A091C
Complementary color
Monochromatic Colors of #7A091C
Black with #7A091C
Text Example
Text Example
White with #7A091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A091C; }
p { color: rgb(122,9,28); }
H1.HeaderClassName
{
color: #7A091C;
}
.AnyTagClassName
{
color: #7A091C;
}
</style>
background-color css
<style>
a { background-color: #7A091C; }
a { background-color: rgb(122,9,28); }
div.DivClassName
{
background-color: #7A091C;
}
.BgClassName
{
background-color: #7A091C;
}
</style>
border-color css
<style>
span { border-color: #7A091C; }
span { border-color: rgb(122,9,28); }
td.TdClassName
{
border-color: #7A091C;
}
.TagClassName
{
border-color: #7A091C;
}
</style>