Shades of Burgundy #7B0519
Tints of Burgundy #7B0519
RGB
CMYK
RGB Variations
Color information
#7B0519 (or 0x7B0519) is known color: Burgundy. HEX triplet: 7B, 05 and 19. RGB value is (123,5,25). Sum of RGB (Red+Green+Blue) = 123+5+25=153 (20% of max value = 765). Red value is 123 (48.44% from 255 or 80.39% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0519 is #84FAE6. Grayscale: #2A2A2A. Windows color (decimal): -8714983 or 1639803. OLE color: 1639803.
HSL color Cylindrical-coordinate representation of color #7B0519: hue angle of 349.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0519 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 5 | 25 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.52 |
| HSL | 349.83º | 0.92% | 0.25% | - |
| HSV(B) | 349.83º | 0.96% | 0.48% | - |
| XYZ | 8.4 | 4.39 | 1.32 | - |
| YUV | 42.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 25 | 0 | 0.96 | 0.80 | 0.52 | 349.83 | 0.92 | 0.25 |
| Hex | 7B | 5 | 19 | 0 | 60 | 50 | 34 | 15E | 5C | 19 |
| Octal | 173 | 5 | 31 | 0 | 140 | 120 | 64 | 536 | 134 | 31 |
| Binary | 1111011 | 101 | 11001 | 0 | 1100000 | 1010000 | 110100 | 101011110 | 1011100 | 11001 |
Color Harmonies of #7B0519
Complementary color
Monochromatic Colors of #7B0519
Black with #7B0519
Text Example
Text Example
White with #7B0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0519; }
p { color: rgb(123,5,25); }
H1.HeaderClassName
{
color: #7B0519;
}
.AnyTagClassName
{
color: #7B0519;
}
</style>
background-color css
<style>
a { background-color: #7B0519; }
a { background-color: rgb(123,5,25); }
div.DivClassName
{
background-color: #7B0519;
}
.BgClassName
{
background-color: #7B0519;
}
</style>
border-color css
<style>
span { border-color: #7B0519; }
span { border-color: rgb(123,5,25); }
td.TdClassName
{
border-color: #7B0519;
}
.TagClassName
{
border-color: #7B0519;
}
</style>