Shades of Burgundy #880722
Tints of Burgundy #880722
RGB
CMYK
RGB Variations
Color information
#880722 (or 0x880722) is known color: Burgundy. HEX triplet: 88, 07 and 22. RGB value is (136,7,34). Sum of RGB (Red+Green+Blue) = 136+7+34=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #880722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880722 is #77F8DD. Grayscale: #303030. Windows color (decimal): -7862494 or 2230152. OLE color: 2230152.
HSL color Cylindrical-coordinate representation of color #880722: hue angle of 347.44º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880722 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 34 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.47 |
| HSL | 347.44º | 0.9% | 0.28% | - |
| HSV(B) | 347.44º | 0.95% | 0.53% | - |
| XYZ | 10.52 | 5.5 | 2.02 | - |
| YUV | 48.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 34 | 0 | 0.95 | 0.75 | 0.47 | 347.44 | 0.9 | 0.28 |
| Hex | 88 | 7 | 22 | 0 | 5F | 4B | 2F | 15B | 5A | 1C |
| Octal | 210 | 7 | 42 | 0 | 137 | 113 | 57 | 533 | 132 | 34 |
| Binary | 10001000 | 111 | 100010 | 0 | 1011111 | 1001011 | 101111 | 101011011 | 1011010 | 11100 |
Color Harmonies of #880722
Complementary color
Monochromatic Colors of #880722
Black with #880722
Text Example
Text Example
White with #880722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880722; }
p { color: rgb(136,7,34); }
H1.HeaderClassName
{
color: #880722;
}
.AnyTagClassName
{
color: #880722;
}
</style>
background-color css
<style>
a { background-color: #880722; }
a { background-color: rgb(136,7,34); }
div.DivClassName
{
background-color: #880722;
}
.BgClassName
{
background-color: #880722;
}
</style>
border-color css
<style>
span { border-color: #880722; }
span { border-color: rgb(136,7,34); }
td.TdClassName
{
border-color: #880722;
}
.TagClassName
{
border-color: #880722;
}
</style>