Shades of Burgundy #77082E
Tints of Burgundy #77082E
RGB
CMYK
RGB Variations
Color information
#77082E (or 0x77082E) is known color: Burgundy. HEX triplet: 77, 08 and 2E. RGB value is (119,8,46). Sum of RGB (Red+Green+Blue) = 119+8+46=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #77082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77082E is #88F7D1. Grayscale: #2D2D2D. Windows color (decimal): -8976338 or 3016823. OLE color: 3016823.
HSL color Cylindrical-coordinate representation of color #77082E: hue angle of 339.46º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77082E is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 46 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.53 |
| HSL | 339.46º | 0.87% | 0.25% | - |
| HSV(B) | 339.46º | 0.93% | 0.47% | - |
| XYZ | 8.19 | 4.29 | 2.98 | - |
| YUV | 45.52 | 128.27 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 46 | 0 | 0.93 | 0.61 | 0.53 | 339.46 | 0.87 | 0.25 |
| Hex | 77 | 8 | 2E | 0 | 5D | 3D | 35 | 153 | 57 | 19 |
| Octal | 167 | 10 | 56 | 0 | 135 | 75 | 65 | 523 | 127 | 31 |
| Binary | 1110111 | 1000 | 101110 | 0 | 1011101 | 111101 | 110101 | 101010011 | 1010111 | 11001 |
Color Harmonies of #77082E
Complementary color
Monochromatic Colors of #77082E
Black with #77082E
Text Example
Text Example
White with #77082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77082E; }
p { color: rgb(119,8,46); }
H1.HeaderClassName
{
color: #77082E;
}
.AnyTagClassName
{
color: #77082E;
}
</style>
background-color css
<style>
a { background-color: #77082E; }
a { background-color: rgb(119,8,46); }
div.DivClassName
{
background-color: #77082E;
}
.BgClassName
{
background-color: #77082E;
}
</style>
border-color css
<style>
span { border-color: #77082E; }
span { border-color: rgb(119,8,46); }
td.TdClassName
{
border-color: #77082E;
}
.TagClassName
{
border-color: #77082E;
}
</style>