Shades of Burgundy #7A0327
Tints of Burgundy #7A0327
RGB
CMYK
RGB Variations
Color information
#7A0327 (or 0x7A0327) is known color: Burgundy. HEX triplet: 7A, 03 and 27. RGB value is (122,3,39). Sum of RGB (Red+Green+Blue) = 122+3+39=164 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.39% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0327 is #85FCD8. Grayscale: #2A2A2A. Windows color (decimal): -8781017 or 2556794. OLE color: 2556794.
HSL color Cylindrical-coordinate representation of color #7A0327: hue angle of 341.85º 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 #7A0327 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 3 | 39 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.52 |
| HSL | 341.85º | 0.95% | 0.25% | - |
| HSV(B) | 341.85º | 0.98% | 0.48% | - |
| XYZ | 8.42 | 4.35 | 2.31 | - |
| YUV | 42.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 3 | 39 | 0 | 0.98 | 0.68 | 0.52 | 341.85 | 0.95 | 0.25 |
| Hex | 7A | 3 | 27 | 0 | 62 | 44 | 34 | 156 | 5F | 19 |
| Octal | 172 | 3 | 47 | 0 | 142 | 104 | 64 | 526 | 137 | 31 |
| Binary | 1111010 | 11 | 100111 | 0 | 1100010 | 1000100 | 110100 | 101010110 | 1011111 | 11001 |
Color Harmonies of #7A0327
Complementary color
Monochromatic Colors of #7A0327
Black with #7A0327
Text Example
Text Example
White with #7A0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0327; }
p { color: rgb(122,3,39); }
H1.HeaderClassName
{
color: #7A0327;
}
.AnyTagClassName
{
color: #7A0327;
}
</style>
background-color css
<style>
a { background-color: #7A0327; }
a { background-color: rgb(122,3,39); }
div.DivClassName
{
background-color: #7A0327;
}
.BgClassName
{
background-color: #7A0327;
}
</style>
border-color css
<style>
span { border-color: #7A0327; }
span { border-color: rgb(122,3,39); }
td.TdClassName
{
border-color: #7A0327;
}
.TagClassName
{
border-color: #7A0327;
}
</style>