Shades of Burgundy #880A34
Tints of Burgundy #880A34
RGB
CMYK
RGB Variations
Color information
#880A34 (or 0x880A34) is known color: Burgundy. HEX triplet: 88, 0A and 34. RGB value is (136,10,52). Sum of RGB (Red+Green+Blue) = 136+10+52=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #880A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A34 is #77F5CB. Grayscale: #343434. Windows color (decimal): -7861708 or 3410568. OLE color: 3410568.
HSL color Cylindrical-coordinate representation of color #880A34: hue angle of 340º 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 #880A34 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 52 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.47 |
| HSL | 340º | 0.86% | 0.29% | - |
| HSV(B) | 340º | 0.93% | 0.53% | - |
| XYZ | 10.88 | 5.7 | 3.78 | - |
| YUV | 52.46 | 127.74 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 52 | 0 | 0.93 | 0.62 | 0.47 | 340 | 0.86 | 0.29 |
| Hex | 88 | A | 34 | 0 | 5D | 3E | 2F | 154 | 56 | 1D |
| Octal | 210 | 12 | 64 | 0 | 135 | 76 | 57 | 524 | 126 | 35 |
| Binary | 10001000 | 1010 | 110100 | 0 | 1011101 | 111110 | 101111 | 101010100 | 1010110 | 11101 |
Color Harmonies of #880A34
Complementary color
Monochromatic Colors of #880A34
Black with #880A34
Text Example
Text Example
White with #880A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A34; }
p { color: rgb(136,10,52); }
H1.HeaderClassName
{
color: #880A34;
}
.AnyTagClassName
{
color: #880A34;
}
</style>
background-color css
<style>
a { background-color: #880A34; }
a { background-color: rgb(136,10,52); }
div.DivClassName
{
background-color: #880A34;
}
.BgClassName
{
background-color: #880A34;
}
</style>
border-color css
<style>
span { border-color: #880A34; }
span { border-color: rgb(136,10,52); }
td.TdClassName
{
border-color: #880A34;
}
.TagClassName
{
border-color: #880A34;
}
</style>