Shades of Burgundy #7A0733
Tints of Burgundy #7A0733
RGB
CMYK
RGB Variations
Color information
#7A0733 (or 0x7A0733) is known color: Burgundy. HEX triplet: 7A, 07 and 33. RGB value is (122,7,51). Sum of RGB (Red+Green+Blue) = 122+7+51=180 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.78% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0733 is #85F8CC. Grayscale: #2E2E2E. Windows color (decimal): -8779981 or 3344250. OLE color: 3344250.
HSL color Cylindrical-coordinate representation of color #7A0733: hue angle of 337.04º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0733 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 51 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.52 |
| HSL | 337.04º | 0.89% | 0.25% | - |
| HSV(B) | 337.04º | 0.94% | 0.48% | - |
| XYZ | 8.7 | 4.53 | 3.55 | - |
| YUV | 46.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 51 | 0 | 0.94 | 0.58 | 0.52 | 337.04 | 0.89 | 0.25 |
| Hex | 7A | 7 | 33 | 0 | 5E | 3A | 34 | 151 | 59 | 19 |
| Octal | 172 | 7 | 63 | 0 | 136 | 72 | 64 | 521 | 131 | 31 |
| Binary | 1111010 | 111 | 110011 | 0 | 1011110 | 111010 | 110100 | 101010001 | 1011001 | 11001 |
Color Harmonies of #7A0733
Complementary color
Monochromatic Colors of #7A0733
Black with #7A0733
Text Example
Text Example
White with #7A0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0733; }
p { color: rgb(122,7,51); }
H1.HeaderClassName
{
color: #7A0733;
}
.AnyTagClassName
{
color: #7A0733;
}
</style>
background-color css
<style>
a { background-color: #7A0733; }
a { background-color: rgb(122,7,51); }
div.DivClassName
{
background-color: #7A0733;
}
.BgClassName
{
background-color: #7A0733;
}
</style>
border-color css
<style>
span { border-color: #7A0733; }
span { border-color: rgb(122,7,51); }
td.TdClassName
{
border-color: #7A0733;
}
.TagClassName
{
border-color: #7A0733;
}
</style>