Shades of Burgundy #880236
Tints of Burgundy #880236
RGB
CMYK
RGB Variations
Color information
#880236 (or 0x880236) is known color: Burgundy. HEX triplet: 88, 02 and 36. RGB value is (136,2,54). Sum of RGB (Red+Green+Blue) = 136+2+54=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #880236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880236 is #77FDC9. Grayscale: #2F2F2F. Windows color (decimal): -7863754 or 3539592. OLE color: 3539592.
HSL color Cylindrical-coordinate representation of color #880236: hue angle of 336.72º 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 #880236 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.47 |
| HSL | 336.72º | 0.97% | 0.27% | - |
| HSV(B) | 336.72º | 0.99% | 0.53% | - |
| XYZ | 10.84 | 5.54 | 3.99 | - |
| YUV | 47.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 54 | 0 | 0.99 | 0.60 | 0.47 | 336.72 | 0.97 | 0.27 |
| Hex | 88 | 2 | 36 | 0 | 63 | 3C | 2F | 151 | 61 | 1B |
| Octal | 210 | 2 | 66 | 0 | 143 | 74 | 57 | 521 | 141 | 33 |
| Binary | 10001000 | 10 | 110110 | 0 | 1100011 | 111100 | 101111 | 101010001 | 1100001 | 11011 |
Color Harmonies of #880236
Complementary color
Monochromatic Colors of #880236
Black with #880236
Text Example
Text Example
White with #880236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880236; }
p { color: rgb(136,2,54); }
H1.HeaderClassName
{
color: #880236;
}
.AnyTagClassName
{
color: #880236;
}
</style>
background-color css
<style>
a { background-color: #880236; }
a { background-color: rgb(136,2,54); }
div.DivClassName
{
background-color: #880236;
}
.BgClassName
{
background-color: #880236;
}
</style>
border-color css
<style>
span { border-color: #880236; }
span { border-color: rgb(136,2,54); }
td.TdClassName
{
border-color: #880236;
}
.TagClassName
{
border-color: #880236;
}
</style>