Shades of Burgundy #770319
Tints of Burgundy #770319
RGB
CMYK
RGB Variations
Color information
#770319 (or 0x770319) is known color: Burgundy. HEX triplet: 77, 03 and 19. RGB value is (119,3,25). Sum of RGB (Red+Green+Blue) = 119+3+25=147 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.95% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 119 - color contains mainly: red. Hex color #770319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770319 is #88FCE6. Grayscale: #282828. Windows color (decimal): -8977639 or 1639287. OLE color: 1639287.
HSL color Cylindrical-coordinate representation of color #770319: hue angle of 348.62º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770319 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 3 | 25 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.53 |
| HSL | 348.62º | 0.95% | 0.24% | - |
| HSV(B) | 348.62º | 0.97% | 0.47% | - |
| XYZ | 7.82 | 4.06 | 1.29 | - |
| YUV | 40.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 25 | 0 | 0.97 | 0.79 | 0.53 | 348.62 | 0.95 | 0.24 |
| Hex | 77 | 3 | 19 | 0 | 61 | 4F | 35 | 15D | 5F | 18 |
| Octal | 167 | 3 | 31 | 0 | 141 | 117 | 65 | 535 | 137 | 30 |
| Binary | 1110111 | 11 | 11001 | 0 | 1100001 | 1001111 | 110101 | 101011101 | 1011111 | 11000 |
Color Harmonies of #770319
Complementary color
Monochromatic Colors of #770319
Black with #770319
Text Example
Text Example
White with #770319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770319; }
p { color: rgb(119,3,25); }
H1.HeaderClassName
{
color: #770319;
}
.AnyTagClassName
{
color: #770319;
}
</style>
background-color css
<style>
a { background-color: #770319; }
a { background-color: rgb(119,3,25); }
div.DivClassName
{
background-color: #770319;
}
.BgClassName
{
background-color: #770319;
}
</style>
border-color css
<style>
span { border-color: #770319; }
span { border-color: rgb(119,3,25); }
td.TdClassName
{
border-color: #770319;
}
.TagClassName
{
border-color: #770319;
}
</style>