Shades of Burgundy #880936
Tints of Burgundy #880936
RGB
CMYK
RGB Variations
Color information
#880936 (or 0x880936) is known color: Burgundy. HEX triplet: 88, 09 and 36. RGB value is (136,9,54). Sum of RGB (Red+Green+Blue) = 136+9+54=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #880936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880936 is #77F6C9. Grayscale: #343434. Windows color (decimal): -7861962 or 3541384. OLE color: 3541384.
HSL color Cylindrical-coordinate representation of color #880936: hue angle of 338.74º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880936 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 54 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.47 |
| HSL | 338.74º | 0.88% | 0.28% | - |
| HSV(B) | 338.74º | 0.93% | 0.53% | - |
| XYZ | 10.92 | 5.7 | 4.01 | - |
| YUV | 52.1 | 129.08 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 54 | 0 | 0.93 | 0.60 | 0.47 | 338.74 | 0.88 | 0.28 |
| Hex | 88 | 9 | 36 | 0 | 5D | 3C | 2F | 153 | 58 | 1C |
| Octal | 210 | 11 | 66 | 0 | 135 | 74 | 57 | 523 | 130 | 34 |
| Binary | 10001000 | 1001 | 110110 | 0 | 1011101 | 111100 | 101111 | 101010011 | 1011000 | 11100 |
Color Harmonies of #880936
Complementary color
Monochromatic Colors of #880936
Black with #880936
Text Example
Text Example
White with #880936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880936; }
p { color: rgb(136,9,54); }
H1.HeaderClassName
{
color: #880936;
}
.AnyTagClassName
{
color: #880936;
}
</style>
background-color css
<style>
a { background-color: #880936; }
a { background-color: rgb(136,9,54); }
div.DivClassName
{
background-color: #880936;
}
.BgClassName
{
background-color: #880936;
}
</style>
border-color css
<style>
span { border-color: #880936; }
span { border-color: rgb(136,9,54); }
td.TdClassName
{
border-color: #880936;
}
.TagClassName
{
border-color: #880936;
}
</style>