Shades of Burgundy #880631
Tints of Burgundy #880631
RGB
CMYK
RGB Variations
Color information
#880631 (or 0x880631) is known color: Burgundy. HEX triplet: 88, 06 and 31. RGB value is (136,6,49). Sum of RGB (Red+Green+Blue) = 136+6+49=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #880631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880631 is #77F9CE. Grayscale: #313131. Windows color (decimal): -7862735 or 3212936. OLE color: 3212936.
HSL color Cylindrical-coordinate representation of color #880631: hue angle of 340.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880631 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 49 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.47 |
| HSL | 340.15º | 0.92% | 0.28% | - |
| HSV(B) | 340.15º | 0.96% | 0.53% | - |
| XYZ | 10.77 | 5.59 | 3.42 | - |
| YUV | 49.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 49 | 0 | 0.96 | 0.64 | 0.47 | 340.15 | 0.92 | 0.28 |
| Hex | 88 | 6 | 31 | 0 | 60 | 40 | 2F | 154 | 5C | 1C |
| Octal | 210 | 6 | 61 | 0 | 140 | 100 | 57 | 524 | 134 | 34 |
| Binary | 10001000 | 110 | 110001 | 0 | 1100000 | 1000000 | 101111 | 101010100 | 1011100 | 11100 |
Color Harmonies of #880631
Complementary color
Monochromatic Colors of #880631
Black with #880631
Text Example
Text Example
White with #880631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880631; }
p { color: rgb(136,6,49); }
H1.HeaderClassName
{
color: #880631;
}
.AnyTagClassName
{
color: #880631;
}
</style>
background-color css
<style>
a { background-color: #880631; }
a { background-color: rgb(136,6,49); }
div.DivClassName
{
background-color: #880631;
}
.BgClassName
{
background-color: #880631;
}
</style>
border-color css
<style>
span { border-color: #880631; }
span { border-color: rgb(136,6,49); }
td.TdClassName
{
border-color: #880631;
}
.TagClassName
{
border-color: #880631;
}
</style>