Shades of Burgundy #7A0930
Tints of Burgundy #7A0930
RGB
CMYK
RGB Variations
Color information
#7A0930 (or 0x7A0930) is known color: Burgundy. HEX triplet: 7A, 09 and 30. RGB value is (122,9,48). Sum of RGB (Red+Green+Blue) = 122+9+48=179 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.16% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0930 is #85F6CF. Grayscale: #2F2F2F. Windows color (decimal): -8779472 or 3148154. OLE color: 3148154.
HSL color Cylindrical-coordinate representation of color #7A0930: hue angle of 339.29º 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 #7A0930 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 9 | 48 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.52 |
| HSL | 339.29º | 0.86% | 0.26% | - |
| HSV(B) | 339.29º | 0.93% | 0.48% | - |
| XYZ | 8.66 | 4.55 | 3.22 | - |
| YUV | 47.23 | 128.44 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 48 | 0 | 0.93 | 0.61 | 0.52 | 339.29 | 0.86 | 0.26 |
| Hex | 7A | 9 | 30 | 0 | 5D | 3D | 34 | 153 | 56 | 1A |
| Octal | 172 | 11 | 60 | 0 | 135 | 75 | 64 | 523 | 126 | 32 |
| Binary | 1111010 | 1001 | 110000 | 0 | 1011101 | 111101 | 110100 | 101010011 | 1010110 | 11010 |
Color Harmonies of #7A0930
Complementary color
Monochromatic Colors of #7A0930
Black with #7A0930
Text Example
Text Example
White with #7A0930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0930; }
p { color: rgb(122,9,48); }
H1.HeaderClassName
{
color: #7A0930;
}
.AnyTagClassName
{
color: #7A0930;
}
</style>
background-color css
<style>
a { background-color: #7A0930; }
a { background-color: rgb(122,9,48); }
div.DivClassName
{
background-color: #7A0930;
}
.BgClassName
{
background-color: #7A0930;
}
</style>
border-color css
<style>
span { border-color: #7A0930; }
span { border-color: rgb(122,9,48); }
td.TdClassName
{
border-color: #7A0930;
}
.TagClassName
{
border-color: #7A0930;
}
</style>