Shades of Burgundy #880C27
Tints of Burgundy #880C27
RGB
CMYK
RGB Variations
Color information
#880C27 (or 0x880C27) is known color: Burgundy. HEX triplet: 88, 0C and 27. RGB value is (136,12,39). Sum of RGB (Red+Green+Blue) = 136+12+39=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #880C27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C27 is #77F3D8. Grayscale: #343434. Windows color (decimal): -7861209 or 2559112. OLE color: 2559112.
HSL color Cylindrical-coordinate representation of color #880C27: hue angle of 346.94º 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 #880C27 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 39 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.47 |
| HSL | 346.94º | 0.84% | 0.29% | - |
| HSV(B) | 346.94º | 0.91% | 0.53% | - |
| XYZ | 10.65 | 5.64 | 2.45 | - |
| YUV | 52.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 39 | 0 | 0.91 | 0.71 | 0.47 | 346.94 | 0.84 | 0.29 |
| Hex | 88 | C | 27 | 0 | 5B | 47 | 2F | 15B | 54 | 1D |
| Octal | 210 | 14 | 47 | 0 | 133 | 107 | 57 | 533 | 124 | 35 |
| Binary | 10001000 | 1100 | 100111 | 0 | 1011011 | 1000111 | 101111 | 101011011 | 1010100 | 11101 |
Color Harmonies of #880C27
Complementary color
Monochromatic Colors of #880C27
Black with #880C27
Text Example
Text Example
White with #880C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C27; }
p { color: rgb(136,12,39); }
H1.HeaderClassName
{
color: #880C27;
}
.AnyTagClassName
{
color: #880C27;
}
</style>
background-color css
<style>
a { background-color: #880C27; }
a { background-color: rgb(136,12,39); }
div.DivClassName
{
background-color: #880C27;
}
.BgClassName
{
background-color: #880C27;
}
</style>
border-color css
<style>
span { border-color: #880C27; }
span { border-color: rgb(136,12,39); }
td.TdClassName
{
border-color: #880C27;
}
.TagClassName
{
border-color: #880C27;
}
</style>