Shades of Burgundy #77072B
Tints of Burgundy #77072B
RGB
CMYK
RGB Variations
Color information
#77072B (or 0x77072B) is known color: Burgundy. HEX triplet: 77, 07 and 2B. RGB value is (119,7,43). Sum of RGB (Red+Green+Blue) = 119+7+43=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #77072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77072B is #88F8D4. Grayscale: #2C2C2C. Windows color (decimal): -8976597 or 2819959. OLE color: 2819959.
HSL color Cylindrical-coordinate representation of color #77072B: hue angle of 340.71º 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 #77072B is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 43 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.53 |
| HSL | 340.71º | 0.89% | 0.25% | - |
| HSV(B) | 340.71º | 0.94% | 0.47% | - |
| XYZ | 8.12 | 4.25 | 2.68 | - |
| YUV | 44.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 43 | 0 | 0.94 | 0.64 | 0.53 | 340.71 | 0.89 | 0.25 |
| Hex | 77 | 7 | 2B | 0 | 5E | 40 | 35 | 155 | 59 | 19 |
| Octal | 167 | 7 | 53 | 0 | 136 | 100 | 65 | 525 | 131 | 31 |
| Binary | 1110111 | 111 | 101011 | 0 | 1011110 | 1000000 | 110101 | 101010101 | 1011001 | 11001 |
Color Harmonies of #77072B
Complementary color
Monochromatic Colors of #77072B
Black with #77072B
Text Example
Text Example
White with #77072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77072B; }
p { color: rgb(119,7,43); }
H1.HeaderClassName
{
color: #77072B;
}
.AnyTagClassName
{
color: #77072B;
}
</style>
background-color css
<style>
a { background-color: #77072B; }
a { background-color: rgb(119,7,43); }
div.DivClassName
{
background-color: #77072B;
}
.BgClassName
{
background-color: #77072B;
}
</style>
border-color css
<style>
span { border-color: #77072B; }
span { border-color: rgb(119,7,43); }
td.TdClassName
{
border-color: #77072B;
}
.TagClassName
{
border-color: #77072B;
}
</style>