Shades of Burgundy #770028
Tints of Burgundy #770028
RGB
CMYK
RGB Variations
Color information
#770028 (or 0x770028) is known color: Burgundy. HEX triplet: 77, 00 and 28. RGB value is (119,0,40). Sum of RGB (Red+Green+Blue) = 119+0+40=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #770028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770028 is #88FFD7. Grayscale: #282828. Windows color (decimal): -8978392 or 2621559. OLE color: 2621559.
HSL color Cylindrical-coordinate representation of color #770028: hue angle of 339.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770028 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.66 | 0.53 |
| HSL | 339.83º | 1% | 0.23% | - |
| HSV(B) | 339.83º | 1% | 0.47% | - |
| XYZ | 7.99 | 4.08 | 2.37 | - |
| YUV | 40.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 40 | 0 | 1 | 0.66 | 0.53 | 339.83 | 1 | 0.23 |
| Hex | 77 | 0 | 28 | 0 | 64 | 42 | 35 | 154 | 64 | 17 |
| Octal | 167 | 0 | 50 | 0 | 144 | 102 | 65 | 524 | 144 | 27 |
| Binary | 1110111 | 0 | 101000 | 0 | 1100100 | 1000010 | 110101 | 101010100 | 1100100 | 10111 |
Color Harmonies of #770028
Complementary color
Monochromatic Colors of #770028
Black with #770028
Text Example
Text Example
White with #770028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770028; }
p { color: rgb(119,0,40); }
H1.HeaderClassName
{
color: #770028;
}
.AnyTagClassName
{
color: #770028;
}
</style>
background-color css
<style>
a { background-color: #770028; }
a { background-color: rgb(119,0,40); }
div.DivClassName
{
background-color: #770028;
}
.BgClassName
{
background-color: #770028;
}
</style>
border-color css
<style>
span { border-color: #770028; }
span { border-color: rgb(119,0,40); }
td.TdClassName
{
border-color: #770028;
}
.TagClassName
{
border-color: #770028;
}
</style>