Shades of Burgundy #880C2B
Tints of Burgundy #880C2B
RGB
CMYK
RGB Variations
Color information
#880C2B (or 0x880C2B) is known color: Burgundy. HEX triplet: 88, 0C and 2B. RGB value is (136,12,43). Sum of RGB (Red+Green+Blue) = 136+12+43=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #880C2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C2B is #77F3D4. Grayscale: #343434. Windows color (decimal): -7861205 or 2821256. OLE color: 2821256.
HSL color Cylindrical-coordinate representation of color #880C2B: hue angle of 345º 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 #880C2B is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 43 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.47 |
| HSL | 345º | 0.84% | 0.29% | - |
| HSV(B) | 345º | 0.91% | 0.53% | - |
| XYZ | 10.72 | 5.67 | 2.82 | - |
| YUV | 52.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 43 | 0 | 0.91 | 0.68 | 0.47 | 345 | 0.84 | 0.29 |
| Hex | 88 | C | 2B | 0 | 5B | 44 | 2F | 159 | 54 | 1D |
| Octal | 210 | 14 | 53 | 0 | 133 | 104 | 57 | 531 | 124 | 35 |
| Binary | 10001000 | 1100 | 101011 | 0 | 1011011 | 1000100 | 101111 | 101011001 | 1010100 | 11101 |
Color Harmonies of #880C2B
Complementary color
Monochromatic Colors of #880C2B
Black with #880C2B
Text Example
Text Example
White with #880C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C2B; }
p { color: rgb(136,12,43); }
H1.HeaderClassName
{
color: #880C2B;
}
.AnyTagClassName
{
color: #880C2B;
}
</style>
background-color css
<style>
a { background-color: #880C2B; }
a { background-color: rgb(136,12,43); }
div.DivClassName
{
background-color: #880C2B;
}
.BgClassName
{
background-color: #880C2B;
}
</style>
border-color css
<style>
span { border-color: #880C2B; }
span { border-color: rgb(136,12,43); }
td.TdClassName
{
border-color: #880C2B;
}
.TagClassName
{
border-color: #880C2B;
}
</style>