Shades of Burgundy #77071F
Tints of Burgundy #77071F
RGB
CMYK
RGB Variations
Color information
#77071F (or 0x77071F) is known color: Burgundy. HEX triplet: 77, 07 and 1F. RGB value is (119,7,31). Sum of RGB (Red+Green+Blue) = 119+7+31=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #77071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77071F is #88F8E0. Grayscale: #2B2B2B. Windows color (decimal): -8976609 or 2033527. OLE color: 2033527.
HSL color Cylindrical-coordinate representation of color #77071F: hue angle of 347.14º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77071F is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 31 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.53 |
| HSL | 347.14º | 0.89% | 0.25% | - |
| HSV(B) | 347.14º | 0.94% | 0.47% | - |
| XYZ | 7.93 | 4.17 | 1.68 | - |
| YUV | 43.22 | 121.11 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 31 | 0 | 0.94 | 0.74 | 0.53 | 347.14 | 0.89 | 0.25 |
| Hex | 77 | 7 | 1F | 0 | 5E | 4A | 35 | 15B | 59 | 19 |
| Octal | 167 | 7 | 37 | 0 | 136 | 112 | 65 | 533 | 131 | 31 |
| Binary | 1110111 | 111 | 11111 | 0 | 1011110 | 1001010 | 110101 | 101011011 | 1011001 | 11001 |
Color Harmonies of #77071F
Complementary color
Monochromatic Colors of #77071F
Black with #77071F
Text Example
Text Example
White with #77071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77071F; }
p { color: rgb(119,7,31); }
H1.HeaderClassName
{
color: #77071F;
}
.AnyTagClassName
{
color: #77071F;
}
</style>
background-color css
<style>
a { background-color: #77071F; }
a { background-color: rgb(119,7,31); }
div.DivClassName
{
background-color: #77071F;
}
.BgClassName
{
background-color: #77071F;
}
</style>
border-color css
<style>
span { border-color: #77071F; }
span { border-color: rgb(119,7,31); }
td.TdClassName
{
border-color: #77071F;
}
.TagClassName
{
border-color: #77071F;
}
</style>