Shades of Burgundy #880D22
Tints of Burgundy #880D22
RGB
CMYK
RGB Variations
Color information
#880D22 (or 0x880D22) is known color: Burgundy. HEX triplet: 88, 0D and 22. RGB value is (136,13,34). Sum of RGB (Red+Green+Blue) = 136+13+34=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #880D22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D22 is #77F2DD. Grayscale: #343434. Windows color (decimal): -7860958 or 2231688. OLE color: 2231688.
HSL color Cylindrical-coordinate representation of color #880D22: hue angle of 349.76º 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 #880D22 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 34 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.47 |
| HSL | 349.76º | 0.83% | 0.29% | - |
| HSV(B) | 349.76º | 0.9% | 0.53% | - |
| XYZ | 10.59 | 5.64 | 2.04 | - |
| YUV | 52.17 | 117.75 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 34 | 0 | 0.90 | 0.75 | 0.47 | 349.76 | 0.83 | 0.29 |
| Hex | 88 | D | 22 | 0 | 5A | 4B | 2F | 15E | 53 | 1D |
| Octal | 210 | 15 | 42 | 0 | 132 | 113 | 57 | 536 | 123 | 35 |
| Binary | 10001000 | 1101 | 100010 | 0 | 1011010 | 1001011 | 101111 | 101011110 | 1010011 | 11101 |
Color Harmonies of #880D22
Complementary color
Monochromatic Colors of #880D22
Black with #880D22
Text Example
Text Example
White with #880D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D22; }
p { color: rgb(136,13,34); }
H1.HeaderClassName
{
color: #880D22;
}
.AnyTagClassName
{
color: #880D22;
}
</style>
background-color css
<style>
a { background-color: #880D22; }
a { background-color: rgb(136,13,34); }
div.DivClassName
{
background-color: #880D22;
}
.BgClassName
{
background-color: #880D22;
}
</style>
border-color css
<style>
span { border-color: #880D22; }
span { border-color: rgb(136,13,34); }
td.TdClassName
{
border-color: #880D22;
}
.TagClassName
{
border-color: #880D22;
}
</style>