Shades of Burgundy #770A2D
Tints of Burgundy #770A2D
RGB
CMYK
RGB Variations
Color information
#770A2D (or 0x770A2D) is known color: Burgundy. HEX triplet: 77, 0A and 2D. RGB value is (119,10,45). Sum of RGB (Red+Green+Blue) = 119+10+45=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A2D is #88F5D2. Grayscale: #2E2E2E. Windows color (decimal): -8975827 or 2951799. OLE color: 2951799.
HSL color Cylindrical-coordinate representation of color #770A2D: hue angle of 340.73º 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 #770A2D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 45 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.53 |
| HSL | 340.73º | 0.84% | 0.25% | - |
| HSV(B) | 340.73º | 0.92% | 0.47% | - |
| XYZ | 8.19 | 4.33 | 2.89 | - |
| YUV | 46.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 45 | 0 | 0.92 | 0.62 | 0.53 | 340.73 | 0.84 | 0.25 |
| Hex | 77 | A | 2D | 0 | 5C | 3E | 35 | 155 | 54 | 19 |
| Octal | 167 | 12 | 55 | 0 | 134 | 76 | 65 | 525 | 124 | 31 |
| Binary | 1110111 | 1010 | 101101 | 0 | 1011100 | 111110 | 110101 | 101010101 | 1010100 | 11001 |
Color Harmonies of #770A2D
Complementary color
Monochromatic Colors of #770A2D
Black with #770A2D
Text Example
Text Example
White with #770A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A2D; }
p { color: rgb(119,10,45); }
H1.HeaderClassName
{
color: #770A2D;
}
.AnyTagClassName
{
color: #770A2D;
}
</style>
background-color css
<style>
a { background-color: #770A2D; }
a { background-color: rgb(119,10,45); }
div.DivClassName
{
background-color: #770A2D;
}
.BgClassName
{
background-color: #770A2D;
}
</style>
border-color css
<style>
span { border-color: #770A2D; }
span { border-color: rgb(119,10,45); }
td.TdClassName
{
border-color: #770A2D;
}
.TagClassName
{
border-color: #770A2D;
}
</style>