Shades of Burgundy #77000C
Tints of Burgundy #77000C
RGB
CMYK
RGB Variations
Color information
#77000C (or 0x77000C) is known color: Burgundy. HEX triplet: 77, 00 and 0C. RGB value is (119,0,12). Sum of RGB (Red+Green+Blue) = 119+0+12=131 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.84% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 119 - color contains mainly: red. Hex color #77000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77000C is #88FFF3. Grayscale: #252525. Windows color (decimal): -8978420 or 786551. OLE color: 786551.
HSL color Cylindrical-coordinate representation of color #77000C: hue angle of 353.95º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77000C is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.90 | 0.53 |
| HSL | 353.95º | 1% | 0.23% | - |
| HSV(B) | 353.95º | 1% | 0.47% | - |
| XYZ | 7.67 | 3.95 | 0.71 | - |
| YUV | 36.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 12 | 0 | 1 | 0.90 | 0.53 | 353.95 | 1 | 0.23 |
| Hex | 77 | 0 | C | 0 | 64 | 5A | 35 | 162 | 64 | 17 |
| Octal | 167 | 0 | 14 | 0 | 144 | 132 | 65 | 542 | 144 | 27 |
| Binary | 1110111 | 0 | 1100 | 0 | 1100100 | 1011010 | 110101 | 101100010 | 1100100 | 10111 |
Color Harmonies of #77000C
Complementary color
Monochromatic Colors of #77000C
Black with #77000C
Text Example
Text Example
White with #77000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77000C; }
p { color: rgb(119,0,12); }
H1.HeaderClassName
{
color: #77000C;
}
.AnyTagClassName
{
color: #77000C;
}
</style>
background-color css
<style>
a { background-color: #77000C; }
a { background-color: rgb(119,0,12); }
div.DivClassName
{
background-color: #77000C;
}
.BgClassName
{
background-color: #77000C;
}
</style>
border-color css
<style>
span { border-color: #77000C; }
span { border-color: rgb(119,0,12); }
td.TdClassName
{
border-color: #77000C;
}
.TagClassName
{
border-color: #77000C;
}
</style>