Shades of Burgundy #77001D
Tints of Burgundy #77001D
RGB
CMYK
RGB Variations
Color information
#77001D (or 0x77001D) is known color: Burgundy. HEX triplet: 77, 00 and 1D. RGB value is (119,0,29). Sum of RGB (Red+Green+Blue) = 119+0+29=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #77001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77001D is #88FFE2. Grayscale: #262626. Windows color (decimal): -8978403 or 1900663. OLE color: 1900663.
HSL color Cylindrical-coordinate representation of color #77001D: hue angle of 345.38º 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 #77001D is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.76 | 0.53 |
| HSL | 345.38º | 1% | 0.23% | - |
| HSV(B) | 345.38º | 1% | 0.47% | - |
| XYZ | 7.83 | 4.01 | 1.52 | - |
| YUV | 38.89 | 122.42 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 29 | 0 | 1 | 0.76 | 0.53 | 345.38 | 1 | 0.23 |
| Hex | 77 | 0 | 1D | 0 | 64 | 4C | 35 | 159 | 64 | 17 |
| Octal | 167 | 0 | 35 | 0 | 144 | 114 | 65 | 531 | 144 | 27 |
| Binary | 1110111 | 0 | 11101 | 0 | 1100100 | 1001100 | 110101 | 101011001 | 1100100 | 10111 |
Color Harmonies of #77001D
Complementary color
Monochromatic Colors of #77001D
Black with #77001D
Text Example
Text Example
White with #77001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77001D; }
p { color: rgb(119,0,29); }
H1.HeaderClassName
{
color: #77001D;
}
.AnyTagClassName
{
color: #77001D;
}
</style>
background-color css
<style>
a { background-color: #77001D; }
a { background-color: rgb(119,0,29); }
div.DivClassName
{
background-color: #77001D;
}
.BgClassName
{
background-color: #77001D;
}
</style>
border-color css
<style>
span { border-color: #77001D; }
span { border-color: rgb(119,0,29); }
td.TdClassName
{
border-color: #77001D;
}
.TagClassName
{
border-color: #77001D;
}
</style>