Shades of Burgundy #880833
Tints of Burgundy #880833
RGB
CMYK
RGB Variations
Color information
#880833 (or 0x880833) is known color: Burgundy. HEX triplet: 88, 08 and 33. RGB value is (136,8,51). Sum of RGB (Red+Green+Blue) = 136+8+51=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #880833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880833 is #77F7CC. Grayscale: #333333. Windows color (decimal): -7862221 or 3344520. OLE color: 3344520.
HSL color Cylindrical-coordinate representation of color #880833: hue angle of 339.84º 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 #880833 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 51 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.47 |
| HSL | 339.84º | 0.89% | 0.28% | - |
| HSV(B) | 339.84º | 0.94% | 0.53% | - |
| XYZ | 10.84 | 5.65 | 3.65 | - |
| YUV | 51.17 | 127.91 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 51 | 0 | 0.94 | 0.62 | 0.47 | 339.84 | 0.89 | 0.28 |
| Hex | 88 | 8 | 33 | 0 | 5E | 3E | 2F | 154 | 59 | 1C |
| Octal | 210 | 10 | 63 | 0 | 136 | 76 | 57 | 524 | 131 | 34 |
| Binary | 10001000 | 1000 | 110011 | 0 | 1011110 | 111110 | 101111 | 101010100 | 1011001 | 11100 |
Color Harmonies of #880833
Complementary color
Monochromatic Colors of #880833
Black with #880833
Text Example
Text Example
White with #880833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880833; }
p { color: rgb(136,8,51); }
H1.HeaderClassName
{
color: #880833;
}
.AnyTagClassName
{
color: #880833;
}
</style>
background-color css
<style>
a { background-color: #880833; }
a { background-color: rgb(136,8,51); }
div.DivClassName
{
background-color: #880833;
}
.BgClassName
{
background-color: #880833;
}
</style>
border-color css
<style>
span { border-color: #880833; }
span { border-color: rgb(136,8,51); }
td.TdClassName
{
border-color: #880833;
}
.TagClassName
{
border-color: #880833;
}
</style>