Shades of Burgundy #770A21
Tints of Burgundy #770A21
RGB
CMYK
RGB Variations
Color information
#770A21 (or 0x770A21) is known color: Burgundy. HEX triplet: 77, 0A and 21. RGB value is (119,10,33). Sum of RGB (Red+Green+Blue) = 119+10+33=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #770A21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A21 is #88F5DE. Grayscale: #2D2D2D. Windows color (decimal): -8975839 or 2165367. OLE color: 2165367.
HSL color Cylindrical-coordinate representation of color #770A21: hue angle of 347.34º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A21 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 33 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.53 |
| HSL | 347.34º | 0.84% | 0.25% | - |
| HSV(B) | 347.34º | 0.92% | 0.47% | - |
| XYZ | 7.99 | 4.25 | 1.84 | - |
| YUV | 45.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 33 | 0 | 0.92 | 0.72 | 0.53 | 347.34 | 0.84 | 0.25 |
| Hex | 77 | A | 21 | 0 | 5C | 48 | 35 | 15B | 54 | 19 |
| Octal | 167 | 12 | 41 | 0 | 134 | 110 | 65 | 533 | 124 | 31 |
| Binary | 1110111 | 1010 | 100001 | 0 | 1011100 | 1001000 | 110101 | 101011011 | 1010100 | 11001 |
Color Harmonies of #770A21
Complementary color
Monochromatic Colors of #770A21
Black with #770A21
Text Example
Text Example
White with #770A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A21; }
p { color: rgb(119,10,33); }
H1.HeaderClassName
{
color: #770A21;
}
.AnyTagClassName
{
color: #770A21;
}
</style>
background-color css
<style>
a { background-color: #770A21; }
a { background-color: rgb(119,10,33); }
div.DivClassName
{
background-color: #770A21;
}
.BgClassName
{
background-color: #770A21;
}
</style>
border-color css
<style>
span { border-color: #770A21; }
span { border-color: rgb(119,10,33); }
td.TdClassName
{
border-color: #770A21;
}
.TagClassName
{
border-color: #770A21;
}
</style>