Shades of Burgundy #7B0119
Tints of Burgundy #7B0119
RGB
CMYK
RGB Variations
Color information
#7B0119 (or 0x7B0119) is known color: Burgundy. HEX triplet: 7B, 01 and 19. RGB value is (123,1,25). Sum of RGB (Red+Green+Blue) = 123+1+25=149 (19% of max value = 765). Red value is 123 (48.44% from 255 or 82.55% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0119 is #84FEE6. Grayscale: #282828. Windows color (decimal): -8716007 or 1638779. OLE color: 1638779.
HSL color Cylindrical-coordinate representation of color #7B0119: hue angle of 348.2º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B0119 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.52 |
| HSL | 348.2º | 0.98% | 0.24% | - |
| HSV(B) | 348.2º | 0.99% | 0.48% | - |
| XYZ | 8.35 | 4.3 | 1.31 | - |
| YUV | 40.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 25 | 0 | 0.99 | 0.80 | 0.52 | 348.2 | 0.98 | 0.24 |
| Hex | 7B | 1 | 19 | 0 | 63 | 50 | 34 | 15C | 62 | 18 |
| Octal | 173 | 1 | 31 | 0 | 143 | 120 | 64 | 534 | 142 | 30 |
| Binary | 1111011 | 1 | 11001 | 0 | 1100011 | 1010000 | 110100 | 101011100 | 1100010 | 11000 |
Color Harmonies of #7B0119
Complementary color
Monochromatic Colors of #7B0119
Black with #7B0119
Text Example
Text Example
White with #7B0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0119; }
p { color: rgb(123,1,25); }
H1.HeaderClassName
{
color: #7B0119;
}
.AnyTagClassName
{
color: #7B0119;
}
</style>
background-color css
<style>
a { background-color: #7B0119; }
a { background-color: rgb(123,1,25); }
div.DivClassName
{
background-color: #7B0119;
}
.BgClassName
{
background-color: #7B0119;
}
</style>
border-color css
<style>
span { border-color: #7B0119; }
span { border-color: rgb(123,1,25); }
td.TdClassName
{
border-color: #7B0119;
}
.TagClassName
{
border-color: #7B0119;
}
</style>