Shades of Burgundy #77091B
Tints of Burgundy #77091B
RGB
CMYK
RGB Variations
Color information
#77091B (or 0x77091B) is known color: Burgundy. HEX triplet: 77, 09 and 1B. RGB value is (119,9,27). Sum of RGB (Red+Green+Blue) = 119+9+27=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #77091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77091B is #88F6E4. Grayscale: #2B2B2B. Windows color (decimal): -8976101 or 1771895. OLE color: 1771895.
HSL color Cylindrical-coordinate representation of color #77091B: hue angle of 350.18º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77091B is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 27 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.53 |
| HSL | 350.18º | 0.86% | 0.25% | - |
| HSV(B) | 350.18º | 0.92% | 0.47% | - |
| XYZ | 7.9 | 4.2 | 1.43 | - |
| YUV | 43.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 27 | 0 | 0.92 | 0.77 | 0.53 | 350.18 | 0.86 | 0.25 |
| Hex | 77 | 9 | 1B | 0 | 5C | 4D | 35 | 15E | 56 | 19 |
| Octal | 167 | 11 | 33 | 0 | 134 | 115 | 65 | 536 | 126 | 31 |
| Binary | 1110111 | 1001 | 11011 | 0 | 1011100 | 1001101 | 110101 | 101011110 | 1010110 | 11001 |
Color Harmonies of #77091B
Complementary color
Monochromatic Colors of #77091B
Black with #77091B
Text Example
Text Example
White with #77091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77091B; }
p { color: rgb(119,9,27); }
H1.HeaderClassName
{
color: #77091B;
}
.AnyTagClassName
{
color: #77091B;
}
</style>
background-color css
<style>
a { background-color: #77091B; }
a { background-color: rgb(119,9,27); }
div.DivClassName
{
background-color: #77091B;
}
.BgClassName
{
background-color: #77091B;
}
</style>
border-color css
<style>
span { border-color: #77091B; }
span { border-color: rgb(119,9,27); }
td.TdClassName
{
border-color: #77091B;
}
.TagClassName
{
border-color: #77091B;
}
</style>