Shades of Burgundy #770321
Tints of Burgundy #770321
RGB
CMYK
RGB Variations
Color information
#770321 (or 0x770321) is known color: Burgundy. HEX triplet: 77, 03 and 21. RGB value is (119,3,33). Sum of RGB (Red+Green+Blue) = 119+3+33=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #770321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770321 is #88FCDE. Grayscale: #292929. Windows color (decimal): -8977631 or 2163575. OLE color: 2163575.
HSL color Cylindrical-coordinate representation of color #770321: hue angle of 344.48º 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 #770321 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 3 | 33 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.53 |
| HSL | 344.48º | 0.95% | 0.24% | - |
| HSV(B) | 344.48º | 0.97% | 0.47% | - |
| XYZ | 7.91 | 4.1 | 1.81 | - |
| YUV | 41.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 33 | 0 | 0.97 | 0.72 | 0.53 | 344.48 | 0.95 | 0.24 |
| Hex | 77 | 3 | 21 | 0 | 61 | 48 | 35 | 158 | 5F | 18 |
| Octal | 167 | 3 | 41 | 0 | 141 | 110 | 65 | 530 | 137 | 30 |
| Binary | 1110111 | 11 | 100001 | 0 | 1100001 | 1001000 | 110101 | 101011000 | 1011111 | 11000 |
Color Harmonies of #770321
Complementary color
Monochromatic Colors of #770321
Black with #770321
Text Example
Text Example
White with #770321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770321; }
p { color: rgb(119,3,33); }
H1.HeaderClassName
{
color: #770321;
}
.AnyTagClassName
{
color: #770321;
}
</style>
background-color css
<style>
a { background-color: #770321; }
a { background-color: rgb(119,3,33); }
div.DivClassName
{
background-color: #770321;
}
.BgClassName
{
background-color: #770321;
}
</style>
border-color css
<style>
span { border-color: #770321; }
span { border-color: rgb(119,3,33); }
td.TdClassName
{
border-color: #770321;
}
.TagClassName
{
border-color: #770321;
}
</style>