Shades of Burgundy #880D3A
Tints of Burgundy #880D3A
RGB
CMYK
RGB Variations
Color information
#880D3A (or 0x880D3A) is known color: Burgundy. HEX triplet: 88, 0D and 3A. RGB value is (136,13,58). Sum of RGB (Red+Green+Blue) = 136+13+58=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D3A is #77F2C5. Grayscale: #363636. Windows color (decimal): -7860934 or 3804552. OLE color: 3804552.
HSL color Cylindrical-coordinate representation of color #880D3A: hue angle of 338.05º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D3A is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 13 | 58 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.47 |
| HSL | 338.05º | 0.83% | 0.29% | - |
| HSV(B) | 338.05º | 0.9% | 0.53% | - |
| XYZ | 11.06 | 5.83 | 4.54 | - |
| YUV | 54.91 | 129.75 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 13 | 58 | 0 | 0.90 | 0.57 | 0.47 | 338.05 | 0.83 | 0.29 |
| Hex | 88 | D | 3A | 0 | 5A | 39 | 2F | 152 | 53 | 1D |
| Octal | 210 | 15 | 72 | 0 | 132 | 71 | 57 | 522 | 123 | 35 |
| Binary | 10001000 | 1101 | 111010 | 0 | 1011010 | 111001 | 101111 | 101010010 | 1010011 | 11101 |
Color Harmonies of #880D3A
Complementary color
Monochromatic Colors of #880D3A
Black with #880D3A
Text Example
Text Example
White with #880D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880D3A; }
p { color: rgb(136,13,58); }
H1.HeaderClassName
{
color: #880D3A;
}
.AnyTagClassName
{
color: #880D3A;
}
</style>
background-color css
<style>
a { background-color: #880D3A; }
a { background-color: rgb(136,13,58); }
div.DivClassName
{
background-color: #880D3A;
}
.BgClassName
{
background-color: #880D3A;
}
</style>
border-color css
<style>
span { border-color: #880D3A; }
span { border-color: rgb(136,13,58); }
td.TdClassName
{
border-color: #880D3A;
}
.TagClassName
{
border-color: #880D3A;
}
</style>