Shades of Burgundy #770D1F
Tints of Burgundy #770D1F
RGB
CMYK
RGB Variations
Color information
#770D1F (or 0x770D1F) is known color: Burgundy. HEX triplet: 77, 0D and 1F. RGB value is (119,13,31). Sum of RGB (Red+Green+Blue) = 119+13+31=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #770D1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770D1F is #88F2E0. Grayscale: #2E2E2E. Windows color (decimal): -8975073 or 2035063. OLE color: 2035063.
HSL color Cylindrical-coordinate representation of color #770D1F: hue angle of 349.81º 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 #770D1F is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 13 | 31 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.53 |
| HSL | 349.81º | 0.8% | 0.26% | - |
| HSV(B) | 349.81º | 0.89% | 0.47% | - |
| XYZ | 8 | 4.31 | 1.71 | - |
| YUV | 46.75 | 119.12 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 31 | 0 | 0.89 | 0.74 | 0.53 | 349.81 | 0.8 | 0.26 |
| Hex | 77 | D | 1F | 0 | 59 | 4A | 35 | 15E | 50 | 1A |
| Octal | 167 | 15 | 37 | 0 | 131 | 112 | 65 | 536 | 120 | 32 |
| Binary | 1110111 | 1101 | 11111 | 0 | 1011001 | 1001010 | 110101 | 101011110 | 1010000 | 11010 |
Color Harmonies of #770D1F
Complementary color
Monochromatic Colors of #770D1F
Black with #770D1F
Text Example
Text Example
White with #770D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D1F; }
p { color: rgb(119,13,31); }
H1.HeaderClassName
{
color: #770D1F;
}
.AnyTagClassName
{
color: #770D1F;
}
</style>
background-color css
<style>
a { background-color: #770D1F; }
a { background-color: rgb(119,13,31); }
div.DivClassName
{
background-color: #770D1F;
}
.BgClassName
{
background-color: #770D1F;
}
</style>
border-color css
<style>
span { border-color: #770D1F; }
span { border-color: rgb(119,13,31); }
td.TdClassName
{
border-color: #770D1F;
}
.TagClassName
{
border-color: #770D1F;
}
</style>