Shades of Burgundy #880A2D
Tints of Burgundy #880A2D
RGB
CMYK
RGB Variations
Color information
#880A2D (or 0x880A2D) is known color: Burgundy. HEX triplet: 88, 0A and 2D. RGB value is (136,10,45). Sum of RGB (Red+Green+Blue) = 136+10+45=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #880A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A2D is #77F5D2. Grayscale: #333333. Windows color (decimal): -7861715 or 2951816. OLE color: 2951816.
HSL color Cylindrical-coordinate representation of color #880A2D: hue angle of 343.33º 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 #880A2D is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 45 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.47 |
| HSL | 343.33º | 0.86% | 0.29% | - |
| HSV(B) | 343.33º | 0.93% | 0.53% | - |
| XYZ | 10.74 | 5.64 | 3.01 | - |
| YUV | 51.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 45 | 0 | 0.93 | 0.67 | 0.47 | 343.33 | 0.86 | 0.29 |
| Hex | 88 | A | 2D | 0 | 5D | 43 | 2F | 157 | 56 | 1D |
| Octal | 210 | 12 | 55 | 0 | 135 | 103 | 57 | 527 | 126 | 35 |
| Binary | 10001000 | 1010 | 101101 | 0 | 1011101 | 1000011 | 101111 | 101010111 | 1010110 | 11101 |
Color Harmonies of #880A2D
Complementary color
Monochromatic Colors of #880A2D
Black with #880A2D
Text Example
Text Example
White with #880A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A2D; }
p { color: rgb(136,10,45); }
H1.HeaderClassName
{
color: #880A2D;
}
.AnyTagClassName
{
color: #880A2D;
}
</style>
background-color css
<style>
a { background-color: #880A2D; }
a { background-color: rgb(136,10,45); }
div.DivClassName
{
background-color: #880A2D;
}
.BgClassName
{
background-color: #880A2D;
}
</style>
border-color css
<style>
span { border-color: #880A2D; }
span { border-color: rgb(136,10,45); }
td.TdClassName
{
border-color: #880A2D;
}
.TagClassName
{
border-color: #880A2D;
}
</style>