Shades of Burgundy #880C31
Tints of Burgundy #880C31
RGB
CMYK
RGB Variations
Color information
#880C31 (or 0x880C31) is known color: Burgundy. HEX triplet: 88, 0C and 31. RGB value is (136,12,49). Sum of RGB (Red+Green+Blue) = 136+12+49=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #880C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C31 is #77F3CE. Grayscale: #353535. Windows color (decimal): -7861199 or 3214472. OLE color: 3214472.
HSL color Cylindrical-coordinate representation of color #880C31: hue angle of 342.1º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C31 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 49 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.47 |
| HSL | 342.1º | 0.84% | 0.29% | - |
| HSV(B) | 342.1º | 0.91% | 0.53% | - |
| XYZ | 10.84 | 5.72 | 3.44 | - |
| YUV | 53.29 | 125.58 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 49 | 0 | 0.91 | 0.64 | 0.47 | 342.1 | 0.84 | 0.29 |
| Hex | 88 | C | 31 | 0 | 5B | 40 | 2F | 156 | 54 | 1D |
| Octal | 210 | 14 | 61 | 0 | 133 | 100 | 57 | 526 | 124 | 35 |
| Binary | 10001000 | 1100 | 110001 | 0 | 1011011 | 1000000 | 101111 | 101010110 | 1010100 | 11101 |
Color Harmonies of #880C31
Complementary color
Monochromatic Colors of #880C31
Black with #880C31
Text Example
Text Example
White with #880C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C31; }
p { color: rgb(136,12,49); }
H1.HeaderClassName
{
color: #880C31;
}
.AnyTagClassName
{
color: #880C31;
}
</style>
background-color css
<style>
a { background-color: #880C31; }
a { background-color: rgb(136,12,49); }
div.DivClassName
{
background-color: #880C31;
}
.BgClassName
{
background-color: #880C31;
}
</style>
border-color css
<style>
span { border-color: #880C31; }
span { border-color: rgb(136,12,49); }
td.TdClassName
{
border-color: #880C31;
}
.TagClassName
{
border-color: #880C31;
}
</style>