Shades of Burgundy #880523
Tints of Burgundy #880523
RGB
CMYK
RGB Variations
Color information
#880523 (or 0x880523) is known color: Burgundy. HEX triplet: 88, 05 and 23. RGB value is (136,5,35). Sum of RGB (Red+Green+Blue) = 136+5+35=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #880523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880523 is #77FADC. Grayscale: #2F2F2F. Windows color (decimal): -7863005 or 2295176. OLE color: 2295176.
HSL color Cylindrical-coordinate representation of color #880523: hue angle of 346.26º 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 #880523 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 35 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.47 |
| HSL | 346.26º | 0.93% | 0.28% | - |
| HSV(B) | 346.26º | 0.96% | 0.53% | - |
| XYZ | 10.51 | 5.46 | 2.09 | - |
| YUV | 47.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 35 | 0 | 0.96 | 0.74 | 0.47 | 346.26 | 0.93 | 0.28 |
| Hex | 88 | 5 | 23 | 0 | 60 | 4A | 2F | 15A | 5D | 1C |
| Octal | 210 | 5 | 43 | 0 | 140 | 112 | 57 | 532 | 135 | 34 |
| Binary | 10001000 | 101 | 100011 | 0 | 1100000 | 1001010 | 101111 | 101011010 | 1011101 | 11100 |
Color Harmonies of #880523
Complementary color
Monochromatic Colors of #880523
Black with #880523
Text Example
Text Example
White with #880523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880523; }
p { color: rgb(136,5,35); }
H1.HeaderClassName
{
color: #880523;
}
.AnyTagClassName
{
color: #880523;
}
</style>
background-color css
<style>
a { background-color: #880523; }
a { background-color: rgb(136,5,35); }
div.DivClassName
{
background-color: #880523;
}
.BgClassName
{
background-color: #880523;
}
</style>
border-color css
<style>
span { border-color: #880523; }
span { border-color: rgb(136,5,35); }
td.TdClassName
{
border-color: #880523;
}
.TagClassName
{
border-color: #880523;
}
</style>