Shades of Burgundy #77082B
Tints of Burgundy #77082B
RGB
CMYK
RGB Variations
Color information
#77082B (or 0x77082B) is known color: Burgundy. HEX triplet: 77, 08 and 2B. RGB value is (119,8,43). Sum of RGB (Red+Green+Blue) = 119+8+43=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #77082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77082B is #88F7D4. Grayscale: #2D2D2D. Windows color (decimal): -8976341 or 2820215. OLE color: 2820215.
HSL color Cylindrical-coordinate representation of color #77082B: hue angle of 341.08º 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 #77082B is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 43 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.53 |
| HSL | 341.08º | 0.87% | 0.25% | - |
| HSV(B) | 341.08º | 0.93% | 0.47% | - |
| XYZ | 8.13 | 4.27 | 2.68 | - |
| YUV | 45.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 43 | 0 | 0.93 | 0.64 | 0.53 | 341.08 | 0.87 | 0.25 |
| Hex | 77 | 8 | 2B | 0 | 5D | 40 | 35 | 155 | 57 | 19 |
| Octal | 167 | 10 | 53 | 0 | 135 | 100 | 65 | 525 | 127 | 31 |
| Binary | 1110111 | 1000 | 101011 | 0 | 1011101 | 1000000 | 110101 | 101010101 | 1010111 | 11001 |
Color Harmonies of #77082B
Complementary color
Monochromatic Colors of #77082B
Black with #77082B
Text Example
Text Example
White with #77082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77082B; }
p { color: rgb(119,8,43); }
H1.HeaderClassName
{
color: #77082B;
}
.AnyTagClassName
{
color: #77082B;
}
</style>
background-color css
<style>
a { background-color: #77082B; }
a { background-color: rgb(119,8,43); }
div.DivClassName
{
background-color: #77082B;
}
.BgClassName
{
background-color: #77082B;
}
</style>
border-color css
<style>
span { border-color: #77082B; }
span { border-color: rgb(119,8,43); }
td.TdClassName
{
border-color: #77082B;
}
.TagClassName
{
border-color: #77082B;
}
</style>