Shades of Burgundy #77061F
Tints of Burgundy #77061F
RGB
CMYK
RGB Variations
Color information
#77061F (or 0x77061F) is known color: Burgundy. HEX triplet: 77, 06 and 1F. RGB value is (119,6,31). Sum of RGB (Red+Green+Blue) = 119+6+31=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #77061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77061F is #88F9E0. Grayscale: #2A2A2A. Windows color (decimal): -8976865 or 2033271. OLE color: 2033271.
HSL color Cylindrical-coordinate representation of color #77061F: hue angle of 346.73º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77061F is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 31 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.53 |
| HSL | 346.73º | 0.9% | 0.25% | - |
| HSV(B) | 346.73º | 0.95% | 0.47% | - |
| XYZ | 7.92 | 4.15 | 1.68 | - |
| YUV | 42.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 31 | 0 | 0.95 | 0.74 | 0.53 | 346.73 | 0.9 | 0.25 |
| Hex | 77 | 6 | 1F | 0 | 5F | 4A | 35 | 15B | 5A | 19 |
| Octal | 167 | 6 | 37 | 0 | 137 | 112 | 65 | 533 | 132 | 31 |
| Binary | 1110111 | 110 | 11111 | 0 | 1011111 | 1001010 | 110101 | 101011011 | 1011010 | 11001 |
Color Harmonies of #77061F
Complementary color
Monochromatic Colors of #77061F
Black with #77061F
Text Example
Text Example
White with #77061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77061F; }
p { color: rgb(119,6,31); }
H1.HeaderClassName
{
color: #77061F;
}
.AnyTagClassName
{
color: #77061F;
}
</style>
background-color css
<style>
a { background-color: #77061F; }
a { background-color: rgb(119,6,31); }
div.DivClassName
{
background-color: #77061F;
}
.BgClassName
{
background-color: #77061F;
}
</style>
border-color css
<style>
span { border-color: #77061F; }
span { border-color: rgb(119,6,31); }
td.TdClassName
{
border-color: #77061F;
}
.TagClassName
{
border-color: #77061F;
}
</style>