Shades of Burgundy #880838
Tints of Burgundy #880838
RGB
CMYK
RGB Variations
Color information
#880838 (or 0x880838) is known color: Burgundy. HEX triplet: 88, 08 and 38. RGB value is (136,8,56). Sum of RGB (Red+Green+Blue) = 136+8+56=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #880838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880838 is #77F7C7. Grayscale: #333333. Windows color (decimal): -7862216 or 3672200. OLE color: 3672200.
HSL color Cylindrical-coordinate representation of color #880838: hue angle of 337.5º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880838 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 56 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.47 |
| HSL | 337.5º | 0.89% | 0.28% | - |
| HSV(B) | 337.5º | 0.94% | 0.53% | - |
| XYZ | 10.95 | 5.69 | 4.26 | - |
| YUV | 51.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 56 | 0 | 0.94 | 0.59 | 0.47 | 337.5 | 0.89 | 0.28 |
| Hex | 88 | 8 | 38 | 0 | 5E | 3B | 2F | 152 | 59 | 1C |
| Octal | 210 | 10 | 70 | 0 | 136 | 73 | 57 | 522 | 131 | 34 |
| Binary | 10001000 | 1000 | 111000 | 0 | 1011110 | 111011 | 101111 | 101010010 | 1011001 | 11100 |
Color Harmonies of #880838
Complementary color
Monochromatic Colors of #880838
Black with #880838
Text Example
Text Example
White with #880838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880838; }
p { color: rgb(136,8,56); }
H1.HeaderClassName
{
color: #880838;
}
.AnyTagClassName
{
color: #880838;
}
</style>
background-color css
<style>
a { background-color: #880838; }
a { background-color: rgb(136,8,56); }
div.DivClassName
{
background-color: #880838;
}
.BgClassName
{
background-color: #880838;
}
</style>
border-color css
<style>
span { border-color: #880838; }
span { border-color: rgb(136,8,56); }
td.TdClassName
{
border-color: #880838;
}
.TagClassName
{
border-color: #880838;
}
</style>