Shades of Burgundy #7A041B
Tints of Burgundy #7A041B
RGB
CMYK
RGB Variations
Color information
#7A041B (or 0x7A041B) is known color: Burgundy. HEX triplet: 7A, 04 and 1B. RGB value is (122,4,27). Sum of RGB (Red+Green+Blue) = 122+4+27=153 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.74% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 122 - color contains mainly: red. Hex color #7A041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A041B is #85FBE4. Grayscale: #292929. Windows color (decimal): -8780773 or 1770618. OLE color: 1770618.
HSL color Cylindrical-coordinate representation of color #7A041B: hue angle of 348.31º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A041B is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 4 | 27 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.52 |
| HSL | 348.31º | 0.94% | 0.25% | - |
| HSV(B) | 348.31º | 0.97% | 0.48% | - |
| XYZ | 8.27 | 4.3 | 1.43 | - |
| YUV | 41.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 4 | 27 | 0 | 0.97 | 0.78 | 0.52 | 348.31 | 0.94 | 0.25 |
| Hex | 7A | 4 | 1B | 0 | 61 | 4E | 34 | 15C | 5E | 19 |
| Octal | 172 | 4 | 33 | 0 | 141 | 116 | 64 | 534 | 136 | 31 |
| Binary | 1111010 | 100 | 11011 | 0 | 1100001 | 1001110 | 110100 | 101011100 | 1011110 | 11001 |
Color Harmonies of #7A041B
Complementary color
Monochromatic Colors of #7A041B
Black with #7A041B
Text Example
Text Example
White with #7A041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A041B; }
p { color: rgb(122,4,27); }
H1.HeaderClassName
{
color: #7A041B;
}
.AnyTagClassName
{
color: #7A041B;
}
</style>
background-color css
<style>
a { background-color: #7A041B; }
a { background-color: rgb(122,4,27); }
div.DivClassName
{
background-color: #7A041B;
}
.BgClassName
{
background-color: #7A041B;
}
</style>
border-color css
<style>
span { border-color: #7A041B; }
span { border-color: rgb(122,4,27); }
td.TdClassName
{
border-color: #7A041B;
}
.TagClassName
{
border-color: #7A041B;
}
</style>