Shades of Burgundy #880135
Tints of Burgundy #880135
RGB
CMYK
RGB Variations
Color information
#880135 (or 0x880135) is known color: Burgundy. HEX triplet: 88, 01 and 35. RGB value is (136,1,53). Sum of RGB (Red+Green+Blue) = 136+1+53=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #880135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880135 is #77FECA. Grayscale: #2F2F2F. Windows color (decimal): -7864011 or 3473800. OLE color: 3473800.
HSL color Cylindrical-coordinate representation of color #880135: hue angle of 336.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880135 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.47 |
| HSL | 336.89º | 0.99% | 0.27% | - |
| HSV(B) | 336.89º | 0.99% | 0.53% | - |
| XYZ | 10.81 | 5.51 | 3.86 | - |
| YUV | 47.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 53 | 0 | 0.99 | 0.61 | 0.47 | 336.89 | 0.99 | 0.27 |
| Hex | 88 | 1 | 35 | 0 | 63 | 3D | 2F | 151 | 63 | 1B |
| Octal | 210 | 1 | 65 | 0 | 143 | 75 | 57 | 521 | 143 | 33 |
| Binary | 10001000 | 1 | 110101 | 0 | 1100011 | 111101 | 101111 | 101010001 | 1100011 | 11011 |
Color Harmonies of #880135
Complementary color
Monochromatic Colors of #880135
Black with #880135
Text Example
Text Example
White with #880135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880135; }
p { color: rgb(136,1,53); }
H1.HeaderClassName
{
color: #880135;
}
.AnyTagClassName
{
color: #880135;
}
</style>
background-color css
<style>
a { background-color: #880135; }
a { background-color: rgb(136,1,53); }
div.DivClassName
{
background-color: #880135;
}
.BgClassName
{
background-color: #880135;
}
</style>
border-color css
<style>
span { border-color: #880135; }
span { border-color: rgb(136,1,53); }
td.TdClassName
{
border-color: #880135;
}
.TagClassName
{
border-color: #880135;
}
</style>