Shades of Burgundy #770021
Tints of Burgundy #770021
RGB
CMYK
RGB Variations
Color information
#770021 (or 0x770021) is known color: Burgundy. HEX triplet: 77, 00 and 21. RGB value is (119,0,33). Sum of RGB (Red+Green+Blue) = 119+0+33=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #770021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770021 is #88FFDE. Grayscale: #272727. Windows color (decimal): -8978399 or 2162807. OLE color: 2162807.
HSL color Cylindrical-coordinate representation of color #770021: hue angle of 343.36º 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 #770021 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.72 | 0.53 |
| HSL | 343.36º | 1% | 0.23% | - |
| HSV(B) | 343.36º | 1% | 0.47% | - |
| XYZ | 7.88 | 4.03 | 1.8 | - |
| YUV | 39.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 33 | 0 | 1 | 0.72 | 0.53 | 343.36 | 1 | 0.23 |
| Hex | 77 | 0 | 21 | 0 | 64 | 48 | 35 | 157 | 64 | 17 |
| Octal | 167 | 0 | 41 | 0 | 144 | 110 | 65 | 527 | 144 | 27 |
| Binary | 1110111 | 0 | 100001 | 0 | 1100100 | 1001000 | 110101 | 101010111 | 1100100 | 10111 |
Color Harmonies of #770021
Complementary color
Monochromatic Colors of #770021
Black with #770021
Text Example
Text Example
White with #770021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770021; }
p { color: rgb(119,0,33); }
H1.HeaderClassName
{
color: #770021;
}
.AnyTagClassName
{
color: #770021;
}
</style>
background-color css
<style>
a { background-color: #770021; }
a { background-color: rgb(119,0,33); }
div.DivClassName
{
background-color: #770021;
}
.BgClassName
{
background-color: #770021;
}
</style>
border-color css
<style>
span { border-color: #770021; }
span { border-color: rgb(119,0,33); }
td.TdClassName
{
border-color: #770021;
}
.TagClassName
{
border-color: #770021;
}
</style>