Shades of Burgundy #77001A
Tints of Burgundy #77001A
RGB
CMYK
RGB Variations
Color information
#77001A (or 0x77001A) is known color: Burgundy. HEX triplet: 77, 00 and 1A. RGB value is (119,0,26). Sum of RGB (Red+Green+Blue) = 119+0+26=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #77001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77001A is #88FFE5. Grayscale: #262626. Windows color (decimal): -8978406 or 1704055. OLE color: 1704055.
HSL color Cylindrical-coordinate representation of color #77001A: hue angle of 346.89º 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 #77001A is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.78 | 0.53 |
| HSL | 346.89º | 1% | 0.23% | - |
| HSV(B) | 346.89º | 1% | 0.47% | - |
| XYZ | 7.79 | 4 | 1.34 | - |
| YUV | 38.55 | 120.92 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 26 | 0 | 1 | 0.78 | 0.53 | 346.89 | 1 | 0.23 |
| Hex | 77 | 0 | 1A | 0 | 64 | 4E | 35 | 15B | 64 | 17 |
| Octal | 167 | 0 | 32 | 0 | 144 | 116 | 65 | 533 | 144 | 27 |
| Binary | 1110111 | 0 | 11010 | 0 | 1100100 | 1001110 | 110101 | 101011011 | 1100100 | 10111 |
Color Harmonies of #77001A
Complementary color
Monochromatic Colors of #77001A
Black with #77001A
Text Example
Text Example
White with #77001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77001A; }
p { color: rgb(119,0,26); }
H1.HeaderClassName
{
color: #77001A;
}
.AnyTagClassName
{
color: #77001A;
}
</style>
background-color css
<style>
a { background-color: #77001A; }
a { background-color: rgb(119,0,26); }
div.DivClassName
{
background-color: #77001A;
}
.BgClassName
{
background-color: #77001A;
}
</style>
border-color css
<style>
span { border-color: #77001A; }
span { border-color: rgb(119,0,26); }
td.TdClassName
{
border-color: #77001A;
}
.TagClassName
{
border-color: #77001A;
}
</style>