Shades of Burgundy #880535
Tints of Burgundy #880535
RGB
CMYK
RGB Variations
Color information
#880535 (or 0x880535) is known color: Burgundy. HEX triplet: 88, 05 and 35. RGB value is (136,5,53). Sum of RGB (Red+Green+Blue) = 136+5+53=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #880535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880535 is #77FACA. Grayscale: #313131. Windows color (decimal): -7862987 or 3474824. OLE color: 3474824.
HSL color Cylindrical-coordinate representation of color #880535: hue angle of 338.02º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880535 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 53 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.47 |
| HSL | 338.02º | 0.93% | 0.28% | - |
| HSV(B) | 338.02º | 0.96% | 0.53% | - |
| XYZ | 10.85 | 5.6 | 3.88 | - |
| YUV | 49.64 | 129.9 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 53 | 0 | 0.96 | 0.61 | 0.47 | 338.02 | 0.93 | 0.28 |
| Hex | 88 | 5 | 35 | 0 | 60 | 3D | 2F | 152 | 5D | 1C |
| Octal | 210 | 5 | 65 | 0 | 140 | 75 | 57 | 522 | 135 | 34 |
| Binary | 10001000 | 101 | 110101 | 0 | 1100000 | 111101 | 101111 | 101010010 | 1011101 | 11100 |
Color Harmonies of #880535
Complementary color
Monochromatic Colors of #880535
Black with #880535
Text Example
Text Example
White with #880535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880535; }
p { color: rgb(136,5,53); }
H1.HeaderClassName
{
color: #880535;
}
.AnyTagClassName
{
color: #880535;
}
</style>
background-color css
<style>
a { background-color: #880535; }
a { background-color: rgb(136,5,53); }
div.DivClassName
{
background-color: #880535;
}
.BgClassName
{
background-color: #880535;
}
</style>
border-color css
<style>
span { border-color: #880535; }
span { border-color: rgb(136,5,53); }
td.TdClassName
{
border-color: #880535;
}
.TagClassName
{
border-color: #880535;
}
</style>