Shades of Burgundy #770216
Tints of Burgundy #770216
RGB
CMYK
RGB Variations
Color information
#770216 (or 0x770216) is known color: Burgundy. HEX triplet: 77, 02 and 16. RGB value is (119,2,22). Sum of RGB (Red+Green+Blue) = 119+2+22=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #770216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770216 is #88FDE9. Grayscale: #272727. Windows color (decimal): -8977898 or 1442423. OLE color: 1442423.
HSL color Cylindrical-coordinate representation of color #770216: hue angle of 349.74º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770216 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 22 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.53 |
| HSL | 349.74º | 0.97% | 0.24% | - |
| HSV(B) | 349.74º | 0.98% | 0.47% | - |
| XYZ | 7.77 | 4.02 | 1.13 | - |
| YUV | 39.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 22 | 0 | 0.98 | 0.82 | 0.53 | 349.74 | 0.97 | 0.24 |
| Hex | 77 | 2 | 16 | 0 | 62 | 52 | 35 | 15E | 61 | 18 |
| Octal | 167 | 2 | 26 | 0 | 142 | 122 | 65 | 536 | 141 | 30 |
| Binary | 1110111 | 10 | 10110 | 0 | 1100010 | 1010010 | 110101 | 101011110 | 1100001 | 11000 |
Color Harmonies of #770216
Complementary color
Monochromatic Colors of #770216
Black with #770216
Text Example
Text Example
White with #770216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770216; }
p { color: rgb(119,2,22); }
H1.HeaderClassName
{
color: #770216;
}
.AnyTagClassName
{
color: #770216;
}
</style>
background-color css
<style>
a { background-color: #770216; }
a { background-color: rgb(119,2,22); }
div.DivClassName
{
background-color: #770216;
}
.BgClassName
{
background-color: #770216;
}
</style>
border-color css
<style>
span { border-color: #770216; }
span { border-color: rgb(119,2,22); }
td.TdClassName
{
border-color: #770216;
}
.TagClassName
{
border-color: #770216;
}
</style>