Shades of Burgundy #77071C
Tints of Burgundy #77071C
RGB
CMYK
RGB Variations
Color information
#77071C (or 0x77071C) is known color: Burgundy. HEX triplet: 77, 07 and 1C. RGB value is (119,7,28). Sum of RGB (Red+Green+Blue) = 119+7+28=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #77071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77071C is #88F8E3. Grayscale: #2A2A2A. Windows color (decimal): -8976612 or 1836919. OLE color: 1836919.
HSL color Cylindrical-coordinate representation of color #77071C: hue angle of 348.75º 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 #77071C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 28 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.53 |
| HSL | 348.75º | 0.89% | 0.25% | - |
| HSV(B) | 348.75º | 0.94% | 0.47% | - |
| XYZ | 7.89 | 4.16 | 1.49 | - |
| YUV | 42.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 28 | 0 | 0.94 | 0.76 | 0.53 | 348.75 | 0.89 | 0.25 |
| Hex | 77 | 7 | 1C | 0 | 5E | 4C | 35 | 15D | 59 | 19 |
| Octal | 167 | 7 | 34 | 0 | 136 | 114 | 65 | 535 | 131 | 31 |
| Binary | 1110111 | 111 | 11100 | 0 | 1011110 | 1001100 | 110101 | 101011101 | 1011001 | 11001 |
Color Harmonies of #77071C
Complementary color
Monochromatic Colors of #77071C
Black with #77071C
Text Example
Text Example
White with #77071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77071C; }
p { color: rgb(119,7,28); }
H1.HeaderClassName
{
color: #77071C;
}
.AnyTagClassName
{
color: #77071C;
}
</style>
background-color css
<style>
a { background-color: #77071C; }
a { background-color: rgb(119,7,28); }
div.DivClassName
{
background-color: #77071C;
}
.BgClassName
{
background-color: #77071C;
}
</style>
border-color css
<style>
span { border-color: #77071C; }
span { border-color: rgb(119,7,28); }
td.TdClassName
{
border-color: #77071C;
}
.TagClassName
{
border-color: #77071C;
}
</style>