Shades of Burgundy #77061C
Tints of Burgundy #77061C
RGB
CMYK
RGB Variations
Color information
#77061C (or 0x77061C) is known color: Burgundy. HEX triplet: 77, 06 and 1C. RGB value is (119,6,28). Sum of RGB (Red+Green+Blue) = 119+6+28=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #77061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77061C is #88F9E3. Grayscale: #2A2A2A. Windows color (decimal): -8976868 or 1836663. OLE color: 1836663.
HSL color Cylindrical-coordinate representation of color #77061C: hue angle of 348.32º 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 #77061C is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 28 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.53 |
| HSL | 348.32º | 0.9% | 0.25% | - |
| HSV(B) | 348.32º | 0.95% | 0.47% | - |
| XYZ | 7.88 | 4.14 | 1.48 | - |
| YUV | 42.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 28 | 0 | 0.95 | 0.76 | 0.53 | 348.32 | 0.9 | 0.25 |
| Hex | 77 | 6 | 1C | 0 | 5F | 4C | 35 | 15C | 5A | 19 |
| Octal | 167 | 6 | 34 | 0 | 137 | 114 | 65 | 534 | 132 | 31 |
| Binary | 1110111 | 110 | 11100 | 0 | 1011111 | 1001100 | 110101 | 101011100 | 1011010 | 11001 |
Color Harmonies of #77061C
Complementary color
Monochromatic Colors of #77061C
Black with #77061C
Text Example
Text Example
White with #77061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77061C; }
p { color: rgb(119,6,28); }
H1.HeaderClassName
{
color: #77061C;
}
.AnyTagClassName
{
color: #77061C;
}
</style>
background-color css
<style>
a { background-color: #77061C; }
a { background-color: rgb(119,6,28); }
div.DivClassName
{
background-color: #77061C;
}
.BgClassName
{
background-color: #77061C;
}
</style>
border-color css
<style>
span { border-color: #77061C; }
span { border-color: rgb(119,6,28); }
td.TdClassName
{
border-color: #77061C;
}
.TagClassName
{
border-color: #77061C;
}
</style>