Shades of Burgundy #880A2C
Tints of Burgundy #880A2C
RGB
CMYK
RGB Variations
Color information
#880A2C (or 0x880A2C) is known color: Burgundy. HEX triplet: 88, 0A and 2C. RGB value is (136,10,44). Sum of RGB (Red+Green+Blue) = 136+10+44=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #880A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A2C is #77F5D3. Grayscale: #333333. Windows color (decimal): -7861716 or 2886280. OLE color: 2886280.
HSL color Cylindrical-coordinate representation of color #880A2C: hue angle of 343.81º 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 #880A2C is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 44 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.47 |
| HSL | 343.81º | 0.86% | 0.29% | - |
| HSV(B) | 343.81º | 0.93% | 0.53% | - |
| XYZ | 10.72 | 5.63 | 2.91 | - |
| YUV | 51.55 | 123.74 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 44 | 0 | 0.93 | 0.68 | 0.47 | 343.81 | 0.86 | 0.29 |
| Hex | 88 | A | 2C | 0 | 5D | 44 | 2F | 158 | 56 | 1D |
| Octal | 210 | 12 | 54 | 0 | 135 | 104 | 57 | 530 | 126 | 35 |
| Binary | 10001000 | 1010 | 101100 | 0 | 1011101 | 1000100 | 101111 | 101011000 | 1010110 | 11101 |
Color Harmonies of #880A2C
Complementary color
Monochromatic Colors of #880A2C
Black with #880A2C
Text Example
Text Example
White with #880A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A2C; }
p { color: rgb(136,10,44); }
H1.HeaderClassName
{
color: #880A2C;
}
.AnyTagClassName
{
color: #880A2C;
}
</style>
background-color css
<style>
a { background-color: #880A2C; }
a { background-color: rgb(136,10,44); }
div.DivClassName
{
background-color: #880A2C;
}
.BgClassName
{
background-color: #880A2C;
}
</style>
border-color css
<style>
span { border-color: #880A2C; }
span { border-color: rgb(136,10,44); }
td.TdClassName
{
border-color: #880A2C;
}
.TagClassName
{
border-color: #880A2C;
}
</style>