Shades of Burgundy #880336
Tints of Burgundy #880336
RGB
CMYK
RGB Variations
Color information
#880336 (or 0x880336) is known color: Burgundy. HEX triplet: 88, 03 and 36. RGB value is (136,3,54). Sum of RGB (Red+Green+Blue) = 136+3+54=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #880336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880336 is #77FCC9. Grayscale: #303030. Windows color (decimal): -7863498 or 3539848. OLE color: 3539848.
HSL color Cylindrical-coordinate representation of color #880336: hue angle of 336.99º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880336 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 54 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.47 |
| HSL | 336.99º | 0.96% | 0.27% | - |
| HSV(B) | 336.99º | 0.98% | 0.53% | - |
| XYZ | 10.85 | 5.57 | 3.99 | - |
| YUV | 48.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 54 | 0 | 0.98 | 0.60 | 0.47 | 336.99 | 0.96 | 0.27 |
| Hex | 88 | 3 | 36 | 0 | 62 | 3C | 2F | 151 | 60 | 1B |
| Octal | 210 | 3 | 66 | 0 | 142 | 74 | 57 | 521 | 140 | 33 |
| Binary | 10001000 | 11 | 110110 | 0 | 1100010 | 111100 | 101111 | 101010001 | 1100000 | 11011 |
Color Harmonies of #880336
Complementary color
Monochromatic Colors of #880336
Black with #880336
Text Example
Text Example
White with #880336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880336; }
p { color: rgb(136,3,54); }
H1.HeaderClassName
{
color: #880336;
}
.AnyTagClassName
{
color: #880336;
}
</style>
background-color css
<style>
a { background-color: #880336; }
a { background-color: rgb(136,3,54); }
div.DivClassName
{
background-color: #880336;
}
.BgClassName
{
background-color: #880336;
}
</style>
border-color css
<style>
span { border-color: #880336; }
span { border-color: rgb(136,3,54); }
td.TdClassName
{
border-color: #880336;
}
.TagClassName
{
border-color: #880336;
}
</style>