Shades of Burgundy #7A0328
Tints of Burgundy #7A0328
RGB
CMYK
RGB Variations
Color information
#7A0328 (or 0x7A0328) is known color: Burgundy. HEX triplet: 7A, 03 and 28. RGB value is (122,3,40). Sum of RGB (Red+Green+Blue) = 122+3+40=165 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.94% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0328 is #85FCD7. Grayscale: #2A2A2A. Windows color (decimal): -8781016 or 2622330. OLE color: 2622330.
HSL color Cylindrical-coordinate representation of color #7A0328: hue angle of 341.34º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0328 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.52 |
| HSL | 341.34º | 0.95% | 0.25% | - |
| HSV(B) | 341.34º | 0.98% | 0.48% | - |
| XYZ | 8.44 | 4.36 | 2.4 | - |
| YUV | 42.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 40 | 0 | 0.98 | 0.67 | 0.52 | 341.34 | 0.95 | 0.25 |
| Hex | 7A | 3 | 28 | 0 | 62 | 43 | 34 | 155 | 5F | 19 |
| Octal | 172 | 3 | 50 | 0 | 142 | 103 | 64 | 525 | 137 | 31 |
| Binary | 1111010 | 11 | 101000 | 0 | 1100010 | 1000011 | 110100 | 101010101 | 1011111 | 11001 |
Color Harmonies of #7A0328
Complementary color
Monochromatic Colors of #7A0328
Black with #7A0328
Text Example
Text Example
White with #7A0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0328; }
p { color: rgb(122,3,40); }
H1.HeaderClassName
{
color: #7A0328;
}
.AnyTagClassName
{
color: #7A0328;
}
</style>
background-color css
<style>
a { background-color: #7A0328; }
a { background-color: rgb(122,3,40); }
div.DivClassName
{
background-color: #7A0328;
}
.BgClassName
{
background-color: #7A0328;
}
</style>
border-color css
<style>
span { border-color: #7A0328; }
span { border-color: rgb(122,3,40); }
td.TdClassName
{
border-color: #7A0328;
}
.TagClassName
{
border-color: #7A0328;
}
</style>