Shades of Burgundy #77040F
Tints of Burgundy #77040F
RGB
CMYK
RGB Variations
Color information
#77040F (or 0x77040F) is known color: Burgundy. HEX triplet: 77, 04 and 0F. RGB value is (119,4,15). Sum of RGB (Red+Green+Blue) = 119+4+15=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #77040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77040F is #88FBF0. Grayscale: #272727. Windows color (decimal): -8977393 or 984183. OLE color: 984183.
HSL color Cylindrical-coordinate representation of color #77040F: hue angle of 354.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77040F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 4 | 15 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.53 |
| HSL | 354.26º | 0.93% | 0.24% | - |
| HSV(B) | 354.26º | 0.97% | 0.47% | - |
| XYZ | 7.74 | 4.04 | 0.82 | - |
| YUV | 39.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 4 | 15 | 0 | 0.97 | 0.87 | 0.53 | 354.26 | 0.93 | 0.24 |
| Hex | 77 | 4 | F | 0 | 61 | 57 | 35 | 162 | 5D | 18 |
| Octal | 167 | 4 | 17 | 0 | 141 | 127 | 65 | 542 | 135 | 30 |
| Binary | 1110111 | 100 | 1111 | 0 | 1100001 | 1010111 | 110101 | 101100010 | 1011101 | 11000 |
Color Harmonies of #77040F
Complementary color
Monochromatic Colors of #77040F
Black with #77040F
Text Example
Text Example
White with #77040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77040F; }
p { color: rgb(119,4,15); }
H1.HeaderClassName
{
color: #77040F;
}
.AnyTagClassName
{
color: #77040F;
}
</style>
background-color css
<style>
a { background-color: #77040F; }
a { background-color: rgb(119,4,15); }
div.DivClassName
{
background-color: #77040F;
}
.BgClassName
{
background-color: #77040F;
}
</style>
border-color css
<style>
span { border-color: #77040F; }
span { border-color: rgb(119,4,15); }
td.TdClassName
{
border-color: #77040F;
}
.TagClassName
{
border-color: #77040F;
}
</style>