Shades of Burgundy #880239
Tints of Burgundy #880239
RGB
CMYK
RGB Variations
Color information
#880239 (or 0x880239) is known color: Burgundy. HEX triplet: 88, 02 and 39. RGB value is (136,2,57). Sum of RGB (Red+Green+Blue) = 136+2+57=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #880239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880239 is #77FDC6. Grayscale: #303030. Windows color (decimal): -7863751 or 3736200. OLE color: 3736200.
HSL color Cylindrical-coordinate representation of color #880239: hue angle of 335.37º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880239 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.47 |
| HSL | 335.37º | 0.97% | 0.27% | - |
| HSV(B) | 335.37º | 0.99% | 0.53% | - |
| XYZ | 10.91 | 5.57 | 4.37 | - |
| YUV | 48.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 57 | 0 | 0.99 | 0.58 | 0.47 | 335.37 | 0.97 | 0.27 |
| Hex | 88 | 2 | 39 | 0 | 63 | 3A | 2F | 14F | 61 | 1B |
| Octal | 210 | 2 | 71 | 0 | 143 | 72 | 57 | 517 | 141 | 33 |
| Binary | 10001000 | 10 | 111001 | 0 | 1100011 | 111010 | 101111 | 101001111 | 1100001 | 11011 |
Color Harmonies of #880239
Complementary color
Monochromatic Colors of #880239
Black with #880239
Text Example
Text Example
White with #880239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880239; }
p { color: rgb(136,2,57); }
H1.HeaderClassName
{
color: #880239;
}
.AnyTagClassName
{
color: #880239;
}
</style>
background-color css
<style>
a { background-color: #880239; }
a { background-color: rgb(136,2,57); }
div.DivClassName
{
background-color: #880239;
}
.BgClassName
{
background-color: #880239;
}
</style>
border-color css
<style>
span { border-color: #880239; }
span { border-color: rgb(136,2,57); }
td.TdClassName
{
border-color: #880239;
}
.TagClassName
{
border-color: #880239;
}
</style>