Shades of Burgundy #880B2A
Tints of Burgundy #880B2A
RGB
CMYK
RGB Variations
Color information
#880B2A (or 0x880B2A) is known color: Burgundy. HEX triplet: 88, 0B and 2A. RGB value is (136,11,42). Sum of RGB (Red+Green+Blue) = 136+11+42=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #880B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B2A is #77F4D5. Grayscale: #333333. Windows color (decimal): -7861462 or 2755464. OLE color: 2755464.
HSL color Cylindrical-coordinate representation of color #880B2A: hue angle of 345.12º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B2A is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 42 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.47 |
| HSL | 345.12º | 0.85% | 0.29% | - |
| HSV(B) | 345.12º | 0.92% | 0.53% | - |
| XYZ | 10.69 | 5.64 | 2.72 | - |
| YUV | 51.91 | 122.41 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 42 | 0 | 0.92 | 0.69 | 0.47 | 345.12 | 0.85 | 0.29 |
| Hex | 88 | B | 2A | 0 | 5C | 45 | 2F | 159 | 55 | 1D |
| Octal | 210 | 13 | 52 | 0 | 134 | 105 | 57 | 531 | 125 | 35 |
| Binary | 10001000 | 1011 | 101010 | 0 | 1011100 | 1000101 | 101111 | 101011001 | 1010101 | 11101 |
Color Harmonies of #880B2A
Complementary color
Monochromatic Colors of #880B2A
Black with #880B2A
Text Example
Text Example
White with #880B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B2A; }
p { color: rgb(136,11,42); }
H1.HeaderClassName
{
color: #880B2A;
}
.AnyTagClassName
{
color: #880B2A;
}
</style>
background-color css
<style>
a { background-color: #880B2A; }
a { background-color: rgb(136,11,42); }
div.DivClassName
{
background-color: #880B2A;
}
.BgClassName
{
background-color: #880B2A;
}
</style>
border-color css
<style>
span { border-color: #880B2A; }
span { border-color: rgb(136,11,42); }
td.TdClassName
{
border-color: #880B2A;
}
.TagClassName
{
border-color: #880B2A;
}
</style>