Shades of Burgundy #880022
Tints of Burgundy #880022
RGB
CMYK
RGB Variations
Color information
#880022 (or 0x880022) is known color: Burgundy. HEX triplet: 88, 00 and 22. RGB value is (136,0,34). Sum of RGB (Red+Green+Blue) = 136+0+34=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #880022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880022 is #77FFDD. Grayscale: #2C2C2C. Windows color (decimal): -7864286 or 2228360. OLE color: 2228360.
HSL color Cylindrical-coordinate representation of color #880022: hue angle of 345º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880022 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.75 | 0.47 |
| HSL | 345º | 1% | 0.27% | - |
| HSV(B) | 345º | 1% | 0.53% | - |
| XYZ | 10.44 | 5.35 | 2 | - |
| YUV | 44.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 34 | 0 | 1 | 0.75 | 0.47 | 345 | 1 | 0.27 |
| Hex | 88 | 0 | 22 | 0 | 64 | 4B | 2F | 159 | 64 | 1B |
| Octal | 210 | 0 | 42 | 0 | 144 | 113 | 57 | 531 | 144 | 33 |
| Binary | 10001000 | 0 | 100010 | 0 | 1100100 | 1001011 | 101111 | 101011001 | 1100100 | 11011 |
Color Harmonies of #880022
Complementary color
Monochromatic Colors of #880022
Black with #880022
Text Example
Text Example
White with #880022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880022; }
p { color: rgb(136,0,34); }
H1.HeaderClassName
{
color: #880022;
}
.AnyTagClassName
{
color: #880022;
}
</style>
background-color css
<style>
a { background-color: #880022; }
a { background-color: rgb(136,0,34); }
div.DivClassName
{
background-color: #880022;
}
.BgClassName
{
background-color: #880022;
}
</style>
border-color css
<style>
span { border-color: #880022; }
span { border-color: rgb(136,0,34); }
td.TdClassName
{
border-color: #880022;
}
.TagClassName
{
border-color: #880022;
}
</style>