Shades of Burgundy #880A1C
Tints of Burgundy #880A1C
RGB
CMYK
RGB Variations
Color information
#880A1C (or 0x880A1C) is known color: Burgundy. HEX triplet: 88, 0A and 1C. RGB value is (136,10,28). Sum of RGB (Red+Green+Blue) = 136+10+28=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #880A1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A1C is #77F5E3. Grayscale: #313131. Windows color (decimal): -7861732 or 1837704. OLE color: 1837704.
HSL color Cylindrical-coordinate representation of color #880A1C: hue angle of 351.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 #880A1C is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 28 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.47 |
| HSL | 351.43º | 0.86% | 0.29% | - |
| HSV(B) | 351.43º | 0.93% | 0.53% | - |
| XYZ | 10.47 | 5.54 | 1.62 | - |
| YUV | 49.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 28 | 0 | 0.93 | 0.79 | 0.47 | 351.43 | 0.86 | 0.29 |
| Hex | 88 | A | 1C | 0 | 5D | 4F | 2F | 15F | 56 | 1D |
| Octal | 210 | 12 | 34 | 0 | 135 | 117 | 57 | 537 | 126 | 35 |
| Binary | 10001000 | 1010 | 11100 | 0 | 1011101 | 1001111 | 101111 | 101011111 | 1010110 | 11101 |
Color Harmonies of #880A1C
Complementary color
Monochromatic Colors of #880A1C
Black with #880A1C
Text Example
Text Example
White with #880A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A1C; }
p { color: rgb(136,10,28); }
H1.HeaderClassName
{
color: #880A1C;
}
.AnyTagClassName
{
color: #880A1C;
}
</style>
background-color css
<style>
a { background-color: #880A1C; }
a { background-color: rgb(136,10,28); }
div.DivClassName
{
background-color: #880A1C;
}
.BgClassName
{
background-color: #880A1C;
}
</style>
border-color css
<style>
span { border-color: #880A1C; }
span { border-color: rgb(136,10,28); }
td.TdClassName
{
border-color: #880A1C;
}
.TagClassName
{
border-color: #880A1C;
}
</style>