Shades of Burgundy #880C38
Tints of Burgundy #880C38
RGB
CMYK
RGB Variations
Color information
#880C38 (or 0x880C38) is known color: Burgundy. HEX triplet: 88, 0C and 38. RGB value is (136,12,56). Sum of RGB (Red+Green+Blue) = 136+12+56=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #880C38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C38 is #77F3C7. Grayscale: #363636. Windows color (decimal): -7861192 or 3673224. OLE color: 3673224.
HSL color Cylindrical-coordinate representation of color #880C38: hue angle of 338.71º 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 #880C38 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 56 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.47 |
| HSL | 338.71º | 0.84% | 0.29% | - |
| HSV(B) | 338.71º | 0.91% | 0.53% | - |
| XYZ | 11 | 5.78 | 4.28 | - |
| YUV | 54.09 | 129.08 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 56 | 0 | 0.91 | 0.59 | 0.47 | 338.71 | 0.84 | 0.29 |
| Hex | 88 | C | 38 | 0 | 5B | 3B | 2F | 153 | 54 | 1D |
| Octal | 210 | 14 | 70 | 0 | 133 | 73 | 57 | 523 | 124 | 35 |
| Binary | 10001000 | 1100 | 111000 | 0 | 1011011 | 111011 | 101111 | 101010011 | 1010100 | 11101 |
Color Harmonies of #880C38
Complementary color
Monochromatic Colors of #880C38
Black with #880C38
Text Example
Text Example
White with #880C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C38; }
p { color: rgb(136,12,56); }
H1.HeaderClassName
{
color: #880C38;
}
.AnyTagClassName
{
color: #880C38;
}
</style>
background-color css
<style>
a { background-color: #880C38; }
a { background-color: rgb(136,12,56); }
div.DivClassName
{
background-color: #880C38;
}
.BgClassName
{
background-color: #880C38;
}
</style>
border-color css
<style>
span { border-color: #880C38; }
span { border-color: rgb(136,12,56); }
td.TdClassName
{
border-color: #880C38;
}
.TagClassName
{
border-color: #880C38;
}
</style>