Shades of Burgundy #77092B
Tints of Burgundy #77092B
RGB
CMYK
RGB Variations
Color information
#77092B (or 0x77092B) is known color: Burgundy. HEX triplet: 77, 09 and 2B. RGB value is (119,9,43). Sum of RGB (Red+Green+Blue) = 119+9+43=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #77092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77092B is #88F6D4. Grayscale: #2D2D2D. Windows color (decimal): -8976085 or 2820471. OLE color: 2820471.
HSL color Cylindrical-coordinate representation of color #77092B: hue angle of 341.45º 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 #77092B is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 43 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.53 |
| HSL | 341.45º | 0.86% | 0.25% | - |
| HSV(B) | 341.45º | 0.92% | 0.47% | - |
| XYZ | 8.14 | 4.29 | 2.68 | - |
| YUV | 45.77 | 126.44 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 43 | 0 | 0.92 | 0.64 | 0.53 | 341.45 | 0.86 | 0.25 |
| Hex | 77 | 9 | 2B | 0 | 5C | 40 | 35 | 155 | 56 | 19 |
| Octal | 167 | 11 | 53 | 0 | 134 | 100 | 65 | 525 | 126 | 31 |
| Binary | 1110111 | 1001 | 101011 | 0 | 1011100 | 1000000 | 110101 | 101010101 | 1010110 | 11001 |
Color Harmonies of #77092B
Complementary color
Monochromatic Colors of #77092B
Black with #77092B
Text Example
Text Example
White with #77092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77092B; }
p { color: rgb(119,9,43); }
H1.HeaderClassName
{
color: #77092B;
}
.AnyTagClassName
{
color: #77092B;
}
</style>
background-color css
<style>
a { background-color: #77092B; }
a { background-color: rgb(119,9,43); }
div.DivClassName
{
background-color: #77092B;
}
.BgClassName
{
background-color: #77092B;
}
</style>
border-color css
<style>
span { border-color: #77092B; }
span { border-color: rgb(119,9,43); }
td.TdClassName
{
border-color: #77092B;
}
.TagClassName
{
border-color: #77092B;
}
</style>