Shades of Burgundy #880D1F
Tints of Burgundy #880D1F
RGB
CMYK
RGB Variations
Color information
#880D1F (or 0x880D1F) is known color: Burgundy. HEX triplet: 88, 0D and 1F. RGB value is (136,13,31). Sum of RGB (Red+Green+Blue) = 136+13+31=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #880D1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D1F is #77F2E0. Grayscale: #333333. Windows color (decimal): -7860961 or 2035080. OLE color: 2035080.
HSL color Cylindrical-coordinate representation of color #880D1F: hue angle of 351.22º 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 #880D1F is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 31 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.47 |
| HSL | 351.22º | 0.83% | 0.29% | - |
| HSV(B) | 351.22º | 0.9% | 0.53% | - |
| XYZ | 10.54 | 5.62 | 1.83 | - |
| YUV | 51.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 31 | 0 | 0.90 | 0.77 | 0.47 | 351.22 | 0.83 | 0.29 |
| Hex | 88 | D | 1F | 0 | 5A | 4D | 2F | 15F | 53 | 1D |
| Octal | 210 | 15 | 37 | 0 | 132 | 115 | 57 | 537 | 123 | 35 |
| Binary | 10001000 | 1101 | 11111 | 0 | 1011010 | 1001101 | 101111 | 101011111 | 1010011 | 11101 |
Color Harmonies of #880D1F
Complementary color
Monochromatic Colors of #880D1F
Black with #880D1F
Text Example
Text Example
White with #880D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D1F; }
p { color: rgb(136,13,31); }
H1.HeaderClassName
{
color: #880D1F;
}
.AnyTagClassName
{
color: #880D1F;
}
</style>
background-color css
<style>
a { background-color: #880D1F; }
a { background-color: rgb(136,13,31); }
div.DivClassName
{
background-color: #880D1F;
}
.BgClassName
{
background-color: #880D1F;
}
</style>
border-color css
<style>
span { border-color: #880D1F; }
span { border-color: rgb(136,13,31); }
td.TdClassName
{
border-color: #880D1F;
}
.TagClassName
{
border-color: #880D1F;
}
</style>