Shades of Burgundy #7A0B19
Tints of Burgundy #7A0B19
RGB
CMYK
RGB Variations
Color information
#7A0B19 (or 0x7A0B19) is known color: Burgundy. HEX triplet: 7A, 0B and 19. RGB value is (122,11,25). Sum of RGB (Red+Green+Blue) = 122+11+25=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0B19 is #85F4E6. Grayscale: #2D2D2D. Windows color (decimal): -8778983 or 1641338. OLE color: 1641338.
HSL color Cylindrical-coordinate representation of color #7A0B19: hue angle of 352.43º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0B19 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 25 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.52 |
| HSL | 352.43º | 0.83% | 0.26% | - |
| HSV(B) | 352.43º | 0.91% | 0.48% | - |
| XYZ | 8.32 | 4.45 | 1.34 | - |
| YUV | 45.79 | 116.27 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 25 | 0 | 0.91 | 0.80 | 0.52 | 352.43 | 0.83 | 0.26 |
| Hex | 7A | B | 19 | 0 | 5B | 50 | 34 | 160 | 53 | 1A |
| Octal | 172 | 13 | 31 | 0 | 133 | 120 | 64 | 540 | 123 | 32 |
| Binary | 1111010 | 1011 | 11001 | 0 | 1011011 | 1010000 | 110100 | 101100000 | 1010011 | 11010 |
Color Harmonies of #7A0B19
Complementary color
Monochromatic Colors of #7A0B19
Black with #7A0B19
Text Example
Text Example
White with #7A0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B19; }
p { color: rgb(122,11,25); }
H1.HeaderClassName
{
color: #7A0B19;
}
.AnyTagClassName
{
color: #7A0B19;
}
</style>
background-color css
<style>
a { background-color: #7A0B19; }
a { background-color: rgb(122,11,25); }
div.DivClassName
{
background-color: #7A0B19;
}
.BgClassName
{
background-color: #7A0B19;
}
</style>
border-color css
<style>
span { border-color: #7A0B19; }
span { border-color: rgb(122,11,25); }
td.TdClassName
{
border-color: #7A0B19;
}
.TagClassName
{
border-color: #7A0B19;
}
</style>