Shades of Burgundy #880533
Tints of Burgundy #880533
RGB
CMYK
RGB Variations
Color information
#880533 (or 0x880533) is known color: Burgundy. HEX triplet: 88, 05 and 33. RGB value is (136,5,51). Sum of RGB (Red+Green+Blue) = 136+5+51=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #880533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880533 is #77FACC. Grayscale: #313131. Windows color (decimal): -7862989 or 3343752. OLE color: 3343752.
HSL color Cylindrical-coordinate representation of color #880533: hue angle of 338.93º 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 #880533 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 51 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.47 |
| HSL | 338.93º | 0.93% | 0.28% | - |
| HSV(B) | 338.93º | 0.96% | 0.53% | - |
| XYZ | 10.81 | 5.58 | 3.64 | - |
| YUV | 49.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 51 | 0 | 0.96 | 0.62 | 0.47 | 338.93 | 0.93 | 0.28 |
| Hex | 88 | 5 | 33 | 0 | 60 | 3E | 2F | 153 | 5D | 1C |
| Octal | 210 | 5 | 63 | 0 | 140 | 76 | 57 | 523 | 135 | 34 |
| Binary | 10001000 | 101 | 110011 | 0 | 1100000 | 111110 | 101111 | 101010011 | 1011101 | 11100 |
Color Harmonies of #880533
Complementary color
Monochromatic Colors of #880533
Black with #880533
Text Example
Text Example
White with #880533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880533; }
p { color: rgb(136,5,51); }
H1.HeaderClassName
{
color: #880533;
}
.AnyTagClassName
{
color: #880533;
}
</style>
background-color css
<style>
a { background-color: #880533; }
a { background-color: rgb(136,5,51); }
div.DivClassName
{
background-color: #880533;
}
.BgClassName
{
background-color: #880533;
}
</style>
border-color css
<style>
span { border-color: #880533; }
span { border-color: rgb(136,5,51); }
td.TdClassName
{
border-color: #880533;
}
.TagClassName
{
border-color: #880533;
}
</style>