Shades of Burgundy #880834
Tints of Burgundy #880834
RGB
CMYK
RGB Variations
Color information
#880834 (or 0x880834) is known color: Burgundy. HEX triplet: 88, 08 and 34. RGB value is (136,8,52). Sum of RGB (Red+Green+Blue) = 136+8+52=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #880834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880834 is #77F7CB. Grayscale: #333333. Windows color (decimal): -7862220 or 3410056. OLE color: 3410056.
HSL color Cylindrical-coordinate representation of color #880834: hue angle of 339.38º 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 #880834 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 52 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.47 |
| HSL | 339.38º | 0.89% | 0.28% | - |
| HSV(B) | 339.38º | 0.94% | 0.53% | - |
| XYZ | 10.86 | 5.66 | 3.77 | - |
| YUV | 51.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 52 | 0 | 0.94 | 0.62 | 0.47 | 339.38 | 0.89 | 0.28 |
| Hex | 88 | 8 | 34 | 0 | 5E | 3E | 2F | 153 | 59 | 1C |
| Octal | 210 | 10 | 64 | 0 | 136 | 76 | 57 | 523 | 131 | 34 |
| Binary | 10001000 | 1000 | 110100 | 0 | 1011110 | 111110 | 101111 | 101010011 | 1011001 | 11100 |
Color Harmonies of #880834
Complementary color
Monochromatic Colors of #880834
Black with #880834
Text Example
Text Example
White with #880834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880834; }
p { color: rgb(136,8,52); }
H1.HeaderClassName
{
color: #880834;
}
.AnyTagClassName
{
color: #880834;
}
</style>
background-color css
<style>
a { background-color: #880834; }
a { background-color: rgb(136,8,52); }
div.DivClassName
{
background-color: #880834;
}
.BgClassName
{
background-color: #880834;
}
</style>
border-color css
<style>
span { border-color: #880834; }
span { border-color: rgb(136,8,52); }
td.TdClassName
{
border-color: #880834;
}
.TagClassName
{
border-color: #880834;
}
</style>