Shades of Burgundy #880035
Tints of Burgundy #880035
RGB
CMYK
RGB Variations
Color information
#880035 (or 0x880035) is known color: Burgundy. HEX triplet: 88, 00 and 35. RGB value is (136,0,53). Sum of RGB (Red+Green+Blue) = 136+0+53=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #880035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880035 is #77FFCA. Grayscale: #2E2E2E. Windows color (decimal): -7864267 or 3473544. OLE color: 3473544.
HSL color Cylindrical-coordinate representation of color #880035: hue angle of 336.62º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880035 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.61 | 0.47 |
| HSL | 336.62º | 1% | 0.27% | - |
| HSV(B) | 336.62º | 1% | 0.53% | - |
| XYZ | 10.8 | 5.49 | 3.86 | - |
| YUV | 46.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 53 | 0 | 1 | 0.61 | 0.47 | 336.62 | 1 | 0.27 |
| Hex | 88 | 0 | 35 | 0 | 64 | 3D | 2F | 151 | 64 | 1B |
| Octal | 210 | 0 | 65 | 0 | 144 | 75 | 57 | 521 | 144 | 33 |
| Binary | 10001000 | 0 | 110101 | 0 | 1100100 | 111101 | 101111 | 101010001 | 1100100 | 11011 |
Color Harmonies of #880035
Complementary color
Monochromatic Colors of #880035
Black with #880035
Text Example
Text Example
White with #880035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880035; }
p { color: rgb(136,0,53); }
H1.HeaderClassName
{
color: #880035;
}
.AnyTagClassName
{
color: #880035;
}
</style>
background-color css
<style>
a { background-color: #880035; }
a { background-color: rgb(136,0,53); }
div.DivClassName
{
background-color: #880035;
}
.BgClassName
{
background-color: #880035;
}
</style>
border-color css
<style>
span { border-color: #880035; }
span { border-color: rgb(136,0,53); }
td.TdClassName
{
border-color: #880035;
}
.TagClassName
{
border-color: #880035;
}
</style>