Shades of Burgundy #880934
Tints of Burgundy #880934
RGB
CMYK
RGB Variations
Color information
#880934 (or 0x880934) is known color: Burgundy. HEX triplet: 88, 09 and 34. RGB value is (136,9,52). Sum of RGB (Red+Green+Blue) = 136+9+52=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #880934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880934 is #77F6CB. Grayscale: #333333. Windows color (decimal): -7861964 or 3410312. OLE color: 3410312.
HSL color Cylindrical-coordinate representation of color #880934: hue angle of 339.69º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880934 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 52 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.47 |
| HSL | 339.69º | 0.88% | 0.28% | - |
| HSV(B) | 339.69º | 0.93% | 0.53% | - |
| XYZ | 10.87 | 5.68 | 3.77 | - |
| YUV | 51.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 52 | 0 | 0.93 | 0.62 | 0.47 | 339.69 | 0.88 | 0.28 |
| Hex | 88 | 9 | 34 | 0 | 5D | 3E | 2F | 154 | 58 | 1C |
| Octal | 210 | 11 | 64 | 0 | 135 | 76 | 57 | 524 | 130 | 34 |
| Binary | 10001000 | 1001 | 110100 | 0 | 1011101 | 111110 | 101111 | 101010100 | 1011000 | 11100 |
Color Harmonies of #880934
Complementary color
Monochromatic Colors of #880934
Black with #880934
Text Example
Text Example
White with #880934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880934; }
p { color: rgb(136,9,52); }
H1.HeaderClassName
{
color: #880934;
}
.AnyTagClassName
{
color: #880934;
}
</style>
background-color css
<style>
a { background-color: #880934; }
a { background-color: rgb(136,9,52); }
div.DivClassName
{
background-color: #880934;
}
.BgClassName
{
background-color: #880934;
}
</style>
border-color css
<style>
span { border-color: #880934; }
span { border-color: rgb(136,9,52); }
td.TdClassName
{
border-color: #880934;
}
.TagClassName
{
border-color: #880934;
}
</style>