Shades of Burgundy #880B2F
Tints of Burgundy #880B2F
RGB
CMYK
RGB Variations
Color information
#880B2F (or 0x880B2F) is known color: Burgundy. HEX triplet: 88, 0B and 2F. RGB value is (136,11,47). Sum of RGB (Red+Green+Blue) = 136+11+47=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #880B2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B2F is #77F4D0. Grayscale: #343434. Windows color (decimal): -7861457 or 3083144. OLE color: 3083144.
HSL color Cylindrical-coordinate representation of color #880B2F: hue angle of 342.72º 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 #880B2F is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 47 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.47 |
| HSL | 342.72º | 0.85% | 0.29% | - |
| HSV(B) | 342.72º | 0.92% | 0.53% | - |
| XYZ | 10.79 | 5.68 | 3.22 | - |
| YUV | 52.48 | 124.91 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 47 | 0 | 0.92 | 0.65 | 0.47 | 342.72 | 0.85 | 0.29 |
| Hex | 88 | B | 2F | 0 | 5C | 41 | 2F | 157 | 55 | 1D |
| Octal | 210 | 13 | 57 | 0 | 134 | 101 | 57 | 527 | 125 | 35 |
| Binary | 10001000 | 1011 | 101111 | 0 | 1011100 | 1000001 | 101111 | 101010111 | 1010101 | 11101 |
Color Harmonies of #880B2F
Complementary color
Monochromatic Colors of #880B2F
Black with #880B2F
Text Example
Text Example
White with #880B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B2F; }
p { color: rgb(136,11,47); }
H1.HeaderClassName
{
color: #880B2F;
}
.AnyTagClassName
{
color: #880B2F;
}
</style>
background-color css
<style>
a { background-color: #880B2F; }
a { background-color: rgb(136,11,47); }
div.DivClassName
{
background-color: #880B2F;
}
.BgClassName
{
background-color: #880B2F;
}
</style>
border-color css
<style>
span { border-color: #880B2F; }
span { border-color: rgb(136,11,47); }
td.TdClassName
{
border-color: #880B2F;
}
.TagClassName
{
border-color: #880B2F;
}
</style>