Shades of Burgundy #880A31
Tints of Burgundy #880A31
RGB
CMYK
RGB Variations
Color information
#880A31 (or 0x880A31) is known color: Burgundy. HEX triplet: 88, 0A and 31. RGB value is (136,10,49). Sum of RGB (Red+Green+Blue) = 136+10+49=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #880A31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A31 is #77F5CE. Grayscale: #343434. Windows color (decimal): -7861711 or 3213960. OLE color: 3213960.
HSL color Cylindrical-coordinate representation of color #880A31: hue angle of 341.43º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A31 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 49 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.47 |
| HSL | 341.43º | 0.86% | 0.29% | - |
| HSV(B) | 341.43º | 0.93% | 0.53% | - |
| XYZ | 10.82 | 5.67 | 3.43 | - |
| YUV | 52.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 49 | 0 | 0.93 | 0.64 | 0.47 | 341.43 | 0.86 | 0.29 |
| Hex | 88 | A | 31 | 0 | 5D | 40 | 2F | 155 | 56 | 1D |
| Octal | 210 | 12 | 61 | 0 | 135 | 100 | 57 | 525 | 126 | 35 |
| Binary | 10001000 | 1010 | 110001 | 0 | 1011101 | 1000000 | 101111 | 101010101 | 1010110 | 11101 |
Color Harmonies of #880A31
Complementary color
Monochromatic Colors of #880A31
Black with #880A31
Text Example
Text Example
White with #880A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A31; }
p { color: rgb(136,10,49); }
H1.HeaderClassName
{
color: #880A31;
}
.AnyTagClassName
{
color: #880A31;
}
</style>
background-color css
<style>
a { background-color: #880A31; }
a { background-color: rgb(136,10,49); }
div.DivClassName
{
background-color: #880A31;
}
.BgClassName
{
background-color: #880A31;
}
</style>
border-color css
<style>
span { border-color: #880A31; }
span { border-color: rgb(136,10,49); }
td.TdClassName
{
border-color: #880A31;
}
.TagClassName
{
border-color: #880A31;
}
</style>