Shades of Burgundy #880620
Tints of Burgundy #880620
RGB
CMYK
RGB Variations
Color information
#880620 (or 0x880620) is known color: Burgundy. HEX triplet: 88, 06 and 20. RGB value is (136,6,32). Sum of RGB (Red+Green+Blue) = 136+6+32=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #880620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880620 is #77F9DF. Grayscale: #2F2F2F. Windows color (decimal): -7862752 or 2098824. OLE color: 2098824.
HSL color Cylindrical-coordinate representation of color #880620: hue angle of 348º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880620 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 32 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.47 |
| HSL | 348º | 0.92% | 0.28% | - |
| HSV(B) | 348º | 0.96% | 0.53% | - |
| XYZ | 10.48 | 5.47 | 1.87 | - |
| YUV | 47.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 32 | 0 | 0.96 | 0.76 | 0.47 | 348 | 0.92 | 0.28 |
| Hex | 88 | 6 | 20 | 0 | 60 | 4C | 2F | 15C | 5C | 1C |
| Octal | 210 | 6 | 40 | 0 | 140 | 114 | 57 | 534 | 134 | 34 |
| Binary | 10001000 | 110 | 100000 | 0 | 1100000 | 1001100 | 101111 | 101011100 | 1011100 | 11100 |
Color Harmonies of #880620
Complementary color
Monochromatic Colors of #880620
Black with #880620
Text Example
Text Example
White with #880620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880620; }
p { color: rgb(136,6,32); }
H1.HeaderClassName
{
color: #880620;
}
.AnyTagClassName
{
color: #880620;
}
</style>
background-color css
<style>
a { background-color: #880620; }
a { background-color: rgb(136,6,32); }
div.DivClassName
{
background-color: #880620;
}
.BgClassName
{
background-color: #880620;
}
</style>
border-color css
<style>
span { border-color: #880620; }
span { border-color: rgb(136,6,32); }
td.TdClassName
{
border-color: #880620;
}
.TagClassName
{
border-color: #880620;
}
</style>