Shades of Burgundy #880C2D
Tints of Burgundy #880C2D
RGB
CMYK
RGB Variations
Color information
#880C2D (or 0x880C2D) is known color: Burgundy. HEX triplet: 88, 0C and 2D. RGB value is (136,12,45). Sum of RGB (Red+Green+Blue) = 136+12+45=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #880C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C2D is #77F3D2. Grayscale: #343434. Windows color (decimal): -7861203 or 2952328. OLE color: 2952328.
HSL color Cylindrical-coordinate representation of color #880C2D: hue angle of 344.03º 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 #880C2D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 45 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.47 |
| HSL | 344.03º | 0.84% | 0.29% | - |
| HSV(B) | 344.03º | 0.91% | 0.53% | - |
| XYZ | 10.76 | 5.69 | 3.01 | - |
| YUV | 52.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 45 | 0 | 0.91 | 0.67 | 0.47 | 344.03 | 0.84 | 0.29 |
| Hex | 88 | C | 2D | 0 | 5B | 43 | 2F | 158 | 54 | 1D |
| Octal | 210 | 14 | 55 | 0 | 133 | 103 | 57 | 530 | 124 | 35 |
| Binary | 10001000 | 1100 | 101101 | 0 | 1011011 | 1000011 | 101111 | 101011000 | 1010100 | 11101 |
Color Harmonies of #880C2D
Complementary color
Monochromatic Colors of #880C2D
Black with #880C2D
Text Example
Text Example
White with #880C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C2D; }
p { color: rgb(136,12,45); }
H1.HeaderClassName
{
color: #880C2D;
}
.AnyTagClassName
{
color: #880C2D;
}
</style>
background-color css
<style>
a { background-color: #880C2D; }
a { background-color: rgb(136,12,45); }
div.DivClassName
{
background-color: #880C2D;
}
.BgClassName
{
background-color: #880C2D;
}
</style>
border-color css
<style>
span { border-color: #880C2D; }
span { border-color: rgb(136,12,45); }
td.TdClassName
{
border-color: #880C2D;
}
.TagClassName
{
border-color: #880C2D;
}
</style>