Shades of Burgundy #770D2E
Tints of Burgundy #770D2E
RGB
CMYK
RGB Variations
Color information
#770D2E (or 0x770D2E) is known color: Burgundy. HEX triplet: 77, 0D and 2E. RGB value is (119,13,46). Sum of RGB (Red+Green+Blue) = 119+13+46=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #770D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770D2E is #88F2D1. Grayscale: #303030. Windows color (decimal): -8975058 or 3018103. OLE color: 3018103.
HSL color Cylindrical-coordinate representation of color #770D2E: hue angle of 341.32º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D2E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 13 | 46 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.53 |
| HSL | 341.32º | 0.8% | 0.26% | - |
| HSV(B) | 341.32º | 0.89% | 0.47% | - |
| XYZ | 8.24 | 4.41 | 3 | - |
| YUV | 48.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 46 | 0 | 0.89 | 0.61 | 0.53 | 341.32 | 0.8 | 0.26 |
| Hex | 77 | D | 2E | 0 | 59 | 3D | 35 | 155 | 50 | 1A |
| Octal | 167 | 15 | 56 | 0 | 131 | 75 | 65 | 525 | 120 | 32 |
| Binary | 1110111 | 1101 | 101110 | 0 | 1011001 | 111101 | 110101 | 101010101 | 1010000 | 11010 |
Color Harmonies of #770D2E
Complementary color
Monochromatic Colors of #770D2E
Black with #770D2E
Text Example
Text Example
White with #770D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D2E; }
p { color: rgb(119,13,46); }
H1.HeaderClassName
{
color: #770D2E;
}
.AnyTagClassName
{
color: #770D2E;
}
</style>
background-color css
<style>
a { background-color: #770D2E; }
a { background-color: rgb(119,13,46); }
div.DivClassName
{
background-color: #770D2E;
}
.BgClassName
{
background-color: #770D2E;
}
</style>
border-color css
<style>
span { border-color: #770D2E; }
span { border-color: rgb(119,13,46); }
td.TdClassName
{
border-color: #770D2E;
}
.TagClassName
{
border-color: #770D2E;
}
</style>