Shades of Burgundy #880733
Tints of Burgundy #880733
RGB
CMYK
RGB Variations
Color information
#880733 (or 0x880733) is known color: Burgundy. HEX triplet: 88, 07 and 33. RGB value is (136,7,51). Sum of RGB (Red+Green+Blue) = 136+7+51=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #880733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880733 is #77F8CC. Grayscale: #323232. Windows color (decimal): -7862477 or 3344264. OLE color: 3344264.
HSL color Cylindrical-coordinate representation of color #880733: hue angle of 339.53º 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 #880733 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 51 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.47 |
| HSL | 339.53º | 0.9% | 0.28% | - |
| HSV(B) | 339.53º | 0.95% | 0.53% | - |
| XYZ | 10.83 | 5.63 | 3.65 | - |
| YUV | 50.59 | 128.24 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 51 | 0 | 0.95 | 0.62 | 0.47 | 339.53 | 0.9 | 0.28 |
| Hex | 88 | 7 | 33 | 0 | 5F | 3E | 2F | 154 | 5A | 1C |
| Octal | 210 | 7 | 63 | 0 | 137 | 76 | 57 | 524 | 132 | 34 |
| Binary | 10001000 | 111 | 110011 | 0 | 1011111 | 111110 | 101111 | 101010100 | 1011010 | 11100 |
Color Harmonies of #880733
Complementary color
Monochromatic Colors of #880733
Black with #880733
Text Example
Text Example
White with #880733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880733; }
p { color: rgb(136,7,51); }
H1.HeaderClassName
{
color: #880733;
}
.AnyTagClassName
{
color: #880733;
}
</style>
background-color css
<style>
a { background-color: #880733; }
a { background-color: rgb(136,7,51); }
div.DivClassName
{
background-color: #880733;
}
.BgClassName
{
background-color: #880733;
}
</style>
border-color css
<style>
span { border-color: #880733; }
span { border-color: rgb(136,7,51); }
td.TdClassName
{
border-color: #880733;
}
.TagClassName
{
border-color: #880733;
}
</style>