Shades of Burgundy #770619
Tints of Burgundy #770619
RGB
CMYK
RGB Variations
Color information
#770619 (or 0x770619) is known color: Burgundy. HEX triplet: 77, 06 and 19. RGB value is (119,6,25). Sum of RGB (Red+Green+Blue) = 119+6+25=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #770619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770619 is #88F9E6. Grayscale: #292929. Windows color (decimal): -8976871 or 1640055. OLE color: 1640055.
HSL color Cylindrical-coordinate representation of color #770619: hue angle of 349.91º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770619 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 25 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.53 |
| HSL | 349.91º | 0.9% | 0.25% | - |
| HSV(B) | 349.91º | 0.95% | 0.47% | - |
| XYZ | 7.85 | 4.12 | 1.3 | - |
| YUV | 41.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 25 | 0 | 0.95 | 0.79 | 0.53 | 349.91 | 0.9 | 0.25 |
| Hex | 77 | 6 | 19 | 0 | 5F | 4F | 35 | 15E | 5A | 19 |
| Octal | 167 | 6 | 31 | 0 | 137 | 117 | 65 | 536 | 132 | 31 |
| Binary | 1110111 | 110 | 11001 | 0 | 1011111 | 1001111 | 110101 | 101011110 | 1011010 | 11001 |
Color Harmonies of #770619
Complementary color
Monochromatic Colors of #770619
Black with #770619
Text Example
Text Example
White with #770619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770619; }
p { color: rgb(119,6,25); }
H1.HeaderClassName
{
color: #770619;
}
.AnyTagClassName
{
color: #770619;
}
</style>
background-color css
<style>
a { background-color: #770619; }
a { background-color: rgb(119,6,25); }
div.DivClassName
{
background-color: #770619;
}
.BgClassName
{
background-color: #770619;
}
</style>
border-color css
<style>
span { border-color: #770619; }
span { border-color: rgb(119,6,25); }
td.TdClassName
{
border-color: #770619;
}
.TagClassName
{
border-color: #770619;
}
</style>