Shades of Burgundy #880525
Tints of Burgundy #880525
RGB
CMYK
RGB Variations
Color information
#880525 (or 0x880525) is known color: Burgundy. HEX triplet: 88, 05 and 25. RGB value is (136,5,37). Sum of RGB (Red+Green+Blue) = 136+5+37=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #880525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880525 is #77FADA. Grayscale: #2F2F2F. Windows color (decimal): -7863003 or 2426248. OLE color: 2426248.
HSL color Cylindrical-coordinate representation of color #880525: hue angle of 345.34º 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 #880525 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 37 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.47 |
| HSL | 345.34º | 0.93% | 0.28% | - |
| HSV(B) | 345.34º | 0.96% | 0.53% | - |
| XYZ | 10.54 | 5.48 | 2.25 | - |
| YUV | 47.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 37 | 0 | 0.96 | 0.73 | 0.47 | 345.34 | 0.93 | 0.28 |
| Hex | 88 | 5 | 25 | 0 | 60 | 49 | 2F | 159 | 5D | 1C |
| Octal | 210 | 5 | 45 | 0 | 140 | 111 | 57 | 531 | 135 | 34 |
| Binary | 10001000 | 101 | 100101 | 0 | 1100000 | 1001001 | 101111 | 101011001 | 1011101 | 11100 |
Color Harmonies of #880525
Complementary color
Monochromatic Colors of #880525
Black with #880525
Text Example
Text Example
White with #880525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880525; }
p { color: rgb(136,5,37); }
H1.HeaderClassName
{
color: #880525;
}
.AnyTagClassName
{
color: #880525;
}
</style>
background-color css
<style>
a { background-color: #880525; }
a { background-color: rgb(136,5,37); }
div.DivClassName
{
background-color: #880525;
}
.BgClassName
{
background-color: #880525;
}
</style>
border-color css
<style>
span { border-color: #880525; }
span { border-color: rgb(136,5,37); }
td.TdClassName
{
border-color: #880525;
}
.TagClassName
{
border-color: #880525;
}
</style>