Shades of Burgundy #880C1D
Tints of Burgundy #880C1D
RGB
CMYK
RGB Variations
Color information
#880C1D (or 0x880C1D) is known color: Burgundy. HEX triplet: 88, 0C and 1D. RGB value is (136,12,29). Sum of RGB (Red+Green+Blue) = 136+12+29=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #880C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C1D is #77F3E2. Grayscale: #333333. Windows color (decimal): -7861219 or 1903752. OLE color: 1903752.
HSL color Cylindrical-coordinate representation of color #880C1D: hue angle of 351.77º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C1D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 29 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.47 |
| HSL | 351.77º | 0.84% | 0.29% | - |
| HSV(B) | 351.77º | 0.91% | 0.53% | - |
| XYZ | 10.51 | 5.59 | 1.69 | - |
| YUV | 51.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 29 | 0 | 0.91 | 0.79 | 0.47 | 351.77 | 0.84 | 0.29 |
| Hex | 88 | C | 1D | 0 | 5B | 4F | 2F | 160 | 54 | 1D |
| Octal | 210 | 14 | 35 | 0 | 133 | 117 | 57 | 540 | 124 | 35 |
| Binary | 10001000 | 1100 | 11101 | 0 | 1011011 | 1001111 | 101111 | 101100000 | 1010100 | 11101 |
Color Harmonies of #880C1D
Complementary color
Monochromatic Colors of #880C1D
Black with #880C1D
Text Example
Text Example
White with #880C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C1D; }
p { color: rgb(136,12,29); }
H1.HeaderClassName
{
color: #880C1D;
}
.AnyTagClassName
{
color: #880C1D;
}
</style>
background-color css
<style>
a { background-color: #880C1D; }
a { background-color: rgb(136,12,29); }
div.DivClassName
{
background-color: #880C1D;
}
.BgClassName
{
background-color: #880C1D;
}
</style>
border-color css
<style>
span { border-color: #880C1D; }
span { border-color: rgb(136,12,29); }
td.TdClassName
{
border-color: #880C1D;
}
.TagClassName
{
border-color: #880C1D;
}
</style>