Shades of Burgundy #77061A
Tints of Burgundy #77061A
RGB
CMYK
RGB Variations
Color information
#77061A (or 0x77061A) is known color: Burgundy. HEX triplet: 77, 06 and 1A. RGB value is (119,6,26). Sum of RGB (Red+Green+Blue) = 119+6+26=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #77061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77061A is #88F9E5. Grayscale: #2A2A2A. Windows color (decimal): -8976870 or 1705591. OLE color: 1705591.
HSL color Cylindrical-coordinate representation of color #77061A: hue angle of 349.38º 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 #77061A is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 26 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.53 |
| HSL | 349.38º | 0.9% | 0.25% | - |
| HSV(B) | 349.38º | 0.95% | 0.47% | - |
| XYZ | 7.86 | 4.13 | 1.36 | - |
| YUV | 42.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 26 | 0 | 0.95 | 0.78 | 0.53 | 349.38 | 0.9 | 0.25 |
| Hex | 77 | 6 | 1A | 0 | 5F | 4E | 35 | 15D | 5A | 19 |
| Octal | 167 | 6 | 32 | 0 | 137 | 116 | 65 | 535 | 132 | 31 |
| Binary | 1110111 | 110 | 11010 | 0 | 1011111 | 1001110 | 110101 | 101011101 | 1011010 | 11001 |
Color Harmonies of #77061A
Complementary color
Monochromatic Colors of #77061A
Black with #77061A
Text Example
Text Example
White with #77061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77061A; }
p { color: rgb(119,6,26); }
H1.HeaderClassName
{
color: #77061A;
}
.AnyTagClassName
{
color: #77061A;
}
</style>
background-color css
<style>
a { background-color: #77061A; }
a { background-color: rgb(119,6,26); }
div.DivClassName
{
background-color: #77061A;
}
.BgClassName
{
background-color: #77061A;
}
</style>
border-color css
<style>
span { border-color: #77061A; }
span { border-color: rgb(119,6,26); }
td.TdClassName
{
border-color: #77061A;
}
.TagClassName
{
border-color: #77061A;
}
</style>