Shades of Burgundy #880A2B
Tints of Burgundy #880A2B
RGB
CMYK
RGB Variations
Color information
#880A2B (or 0x880A2B) is known color: Burgundy. HEX triplet: 88, 0A and 2B. RGB value is (136,10,43). Sum of RGB (Red+Green+Blue) = 136+10+43=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #880A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A2B is #77F5D4. Grayscale: #333333. Windows color (decimal): -7861717 or 2820744. OLE color: 2820744.
HSL color Cylindrical-coordinate representation of color #880A2B: hue angle of 344.29º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A2B is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 43 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.47 |
| HSL | 344.29º | 0.86% | 0.29% | - |
| HSV(B) | 344.29º | 0.93% | 0.53% | - |
| XYZ | 10.7 | 5.63 | 2.81 | - |
| YUV | 51.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 43 | 0 | 0.93 | 0.68 | 0.47 | 344.29 | 0.86 | 0.29 |
| Hex | 88 | A | 2B | 0 | 5D | 44 | 2F | 158 | 56 | 1D |
| Octal | 210 | 12 | 53 | 0 | 135 | 104 | 57 | 530 | 126 | 35 |
| Binary | 10001000 | 1010 | 101011 | 0 | 1011101 | 1000100 | 101111 | 101011000 | 1010110 | 11101 |
Color Harmonies of #880A2B
Complementary color
Monochromatic Colors of #880A2B
Black with #880A2B
Text Example
Text Example
White with #880A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A2B; }
p { color: rgb(136,10,43); }
H1.HeaderClassName
{
color: #880A2B;
}
.AnyTagClassName
{
color: #880A2B;
}
</style>
background-color css
<style>
a { background-color: #880A2B; }
a { background-color: rgb(136,10,43); }
div.DivClassName
{
background-color: #880A2B;
}
.BgClassName
{
background-color: #880A2B;
}
</style>
border-color css
<style>
span { border-color: #880A2B; }
span { border-color: rgb(136,10,43); }
td.TdClassName
{
border-color: #880A2B;
}
.TagClassName
{
border-color: #880A2B;
}
</style>