Shades of Burgundy #880D1D
Tints of Burgundy #880D1D
RGB
CMYK
RGB Variations
Color information
#880D1D (or 0x880D1D) is known color: Burgundy. HEX triplet: 88, 0D and 1D. RGB value is (136,13,29). Sum of RGB (Red+Green+Blue) = 136+13+29=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #880D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D1D is #77F2E2. Grayscale: #333333. Windows color (decimal): -7860963 or 1904008. OLE color: 1904008.
HSL color Cylindrical-coordinate representation of color #880D1D: hue angle of 352.2º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D1D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 29 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.47 |
| HSL | 352.2º | 0.83% | 0.29% | - |
| HSV(B) | 352.2º | 0.9% | 0.53% | - |
| XYZ | 10.52 | 5.61 | 1.69 | - |
| YUV | 51.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 29 | 0 | 0.90 | 0.79 | 0.47 | 352.2 | 0.83 | 0.29 |
| Hex | 88 | D | 1D | 0 | 5A | 4F | 2F | 160 | 53 | 1D |
| Octal | 210 | 15 | 35 | 0 | 132 | 117 | 57 | 540 | 123 | 35 |
| Binary | 10001000 | 1101 | 11101 | 0 | 1011010 | 1001111 | 101111 | 101100000 | 1010011 | 11101 |
Color Harmonies of #880D1D
Complementary color
Monochromatic Colors of #880D1D
Black with #880D1D
Text Example
Text Example
White with #880D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D1D; }
p { color: rgb(136,13,29); }
H1.HeaderClassName
{
color: #880D1D;
}
.AnyTagClassName
{
color: #880D1D;
}
</style>
background-color css
<style>
a { background-color: #880D1D; }
a { background-color: rgb(136,13,29); }
div.DivClassName
{
background-color: #880D1D;
}
.BgClassName
{
background-color: #880D1D;
}
</style>
border-color css
<style>
span { border-color: #880D1D; }
span { border-color: rgb(136,13,29); }
td.TdClassName
{
border-color: #880D1D;
}
.TagClassName
{
border-color: #880D1D;
}
</style>