Shades of Burgundy #880939
Tints of Burgundy #880939
RGB
CMYK
RGB Variations
Color information
#880939 (or 0x880939) is known color: Burgundy. HEX triplet: 88, 09 and 39. RGB value is (136,9,57). Sum of RGB (Red+Green+Blue) = 136+9+57=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #880939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880939 is #77F6C6. Grayscale: #343434. Windows color (decimal): -7861959 or 3737992. OLE color: 3737992.
HSL color Cylindrical-coordinate representation of color #880939: hue angle of 337.32º 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 #880939 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 57 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.47 |
| HSL | 337.32º | 0.88% | 0.28% | - |
| HSV(B) | 337.32º | 0.93% | 0.53% | - |
| XYZ | 10.99 | 5.73 | 4.4 | - |
| YUV | 52.45 | 130.58 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 57 | 0 | 0.93 | 0.58 | 0.47 | 337.32 | 0.88 | 0.28 |
| Hex | 88 | 9 | 39 | 0 | 5D | 3A | 2F | 151 | 58 | 1C |
| Octal | 210 | 11 | 71 | 0 | 135 | 72 | 57 | 521 | 130 | 34 |
| Binary | 10001000 | 1001 | 111001 | 0 | 1011101 | 111010 | 101111 | 101010001 | 1011000 | 11100 |
Color Harmonies of #880939
Complementary color
Monochromatic Colors of #880939
Black with #880939
Text Example
Text Example
White with #880939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880939; }
p { color: rgb(136,9,57); }
H1.HeaderClassName
{
color: #880939;
}
.AnyTagClassName
{
color: #880939;
}
</style>
background-color css
<style>
a { background-color: #880939; }
a { background-color: rgb(136,9,57); }
div.DivClassName
{
background-color: #880939;
}
.BgClassName
{
background-color: #880939;
}
</style>
border-color css
<style>
span { border-color: #880939; }
span { border-color: rgb(136,9,57); }
td.TdClassName
{
border-color: #880939;
}
.TagClassName
{
border-color: #880939;
}
</style>