Shades of Burgundy #77081F
Tints of Burgundy #77081F
RGB
CMYK
RGB Variations
Color information
#77081F (or 0x77081F) is known color: Burgundy. HEX triplet: 77, 08 and 1F. RGB value is (119,8,31). Sum of RGB (Red+Green+Blue) = 119+8+31=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #77081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77081F is #88F7E0. Grayscale: #2B2B2B. Windows color (decimal): -8976353 or 2033783. OLE color: 2033783.
HSL color Cylindrical-coordinate representation of color #77081F: hue angle of 347.57º 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 #77081F is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 8 | 31 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.53 |
| HSL | 347.57º | 0.87% | 0.25% | - |
| HSV(B) | 347.57º | 0.93% | 0.47% | - |
| XYZ | 7.94 | 4.19 | 1.69 | - |
| YUV | 43.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 31 | 0 | 0.93 | 0.74 | 0.53 | 347.57 | 0.87 | 0.25 |
| Hex | 77 | 8 | 1F | 0 | 5D | 4A | 35 | 15C | 57 | 19 |
| Octal | 167 | 10 | 37 | 0 | 135 | 112 | 65 | 534 | 127 | 31 |
| Binary | 1110111 | 1000 | 11111 | 0 | 1011101 | 1001010 | 110101 | 101011100 | 1010111 | 11001 |
Color Harmonies of #77081F
Complementary color
Monochromatic Colors of #77081F
Black with #77081F
Text Example
Text Example
White with #77081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77081F; }
p { color: rgb(119,8,31); }
H1.HeaderClassName
{
color: #77081F;
}
.AnyTagClassName
{
color: #77081F;
}
</style>
background-color css
<style>
a { background-color: #77081F; }
a { background-color: rgb(119,8,31); }
div.DivClassName
{
background-color: #77081F;
}
.BgClassName
{
background-color: #77081F;
}
</style>
border-color css
<style>
span { border-color: #77081F; }
span { border-color: rgb(119,8,31); }
td.TdClassName
{
border-color: #77081F;
}
.TagClassName
{
border-color: #77081F;
}
</style>