Shades of Burgundy #770719
Tints of Burgundy #770719
RGB
CMYK
RGB Variations
Color information
#770719 (or 0x770719) is known color: Burgundy. HEX triplet: 77, 07 and 19. RGB value is (119,7,25). Sum of RGB (Red+Green+Blue) = 119+7+25=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #770719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770719 is #88F8E6. Grayscale: #2A2A2A. Windows color (decimal): -8976615 or 1640311. OLE color: 1640311.
HSL color Cylindrical-coordinate representation of color #770719: hue angle of 350.36º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770719 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 25 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.53 |
| HSL | 350.36º | 0.89% | 0.25% | - |
| HSV(B) | 350.36º | 0.94% | 0.47% | - |
| XYZ | 7.86 | 4.14 | 1.31 | - |
| YUV | 42.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 25 | 0 | 0.94 | 0.79 | 0.53 | 350.36 | 0.89 | 0.25 |
| Hex | 77 | 7 | 19 | 0 | 5E | 4F | 35 | 15E | 59 | 19 |
| Octal | 167 | 7 | 31 | 0 | 136 | 117 | 65 | 536 | 131 | 31 |
| Binary | 1110111 | 111 | 11001 | 0 | 1011110 | 1001111 | 110101 | 101011110 | 1011001 | 11001 |
Color Harmonies of #770719
Complementary color
Monochromatic Colors of #770719
Black with #770719
Text Example
Text Example
White with #770719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770719; }
p { color: rgb(119,7,25); }
H1.HeaderClassName
{
color: #770719;
}
.AnyTagClassName
{
color: #770719;
}
</style>
background-color css
<style>
a { background-color: #770719; }
a { background-color: rgb(119,7,25); }
div.DivClassName
{
background-color: #770719;
}
.BgClassName
{
background-color: #770719;
}
</style>
border-color css
<style>
span { border-color: #770719; }
span { border-color: rgb(119,7,25); }
td.TdClassName
{
border-color: #770719;
}
.TagClassName
{
border-color: #770719;
}
</style>