Shades of Burgundy #880929
Tints of Burgundy #880929
RGB
CMYK
RGB Variations
Color information
#880929 (or 0x880929) is known color: Burgundy. HEX triplet: 88, 09 and 29. RGB value is (136,9,41). Sum of RGB (Red+Green+Blue) = 136+9+41=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #880929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880929 is #77F6D6. Grayscale: #323232. Windows color (decimal): -7861975 or 2689416. OLE color: 2689416.
HSL color Cylindrical-coordinate representation of color #880929: hue angle of 344.88º 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 #880929 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 41 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.47 |
| HSL | 344.88º | 0.88% | 0.28% | - |
| HSV(B) | 344.88º | 0.93% | 0.53% | - |
| XYZ | 10.65 | 5.59 | 2.62 | - |
| YUV | 50.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 41 | 0 | 0.93 | 0.70 | 0.47 | 344.88 | 0.88 | 0.28 |
| Hex | 88 | 9 | 29 | 0 | 5D | 46 | 2F | 159 | 58 | 1C |
| Octal | 210 | 11 | 51 | 0 | 135 | 106 | 57 | 531 | 130 | 34 |
| Binary | 10001000 | 1001 | 101001 | 0 | 1011101 | 1000110 | 101111 | 101011001 | 1011000 | 11100 |
Color Harmonies of #880929
Complementary color
Monochromatic Colors of #880929
Black with #880929
Text Example
Text Example
White with #880929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880929; }
p { color: rgb(136,9,41); }
H1.HeaderClassName
{
color: #880929;
}
.AnyTagClassName
{
color: #880929;
}
</style>
background-color css
<style>
a { background-color: #880929; }
a { background-color: rgb(136,9,41); }
div.DivClassName
{
background-color: #880929;
}
.BgClassName
{
background-color: #880929;
}
</style>
border-color css
<style>
span { border-color: #880929; }
span { border-color: rgb(136,9,41); }
td.TdClassName
{
border-color: #880929;
}
.TagClassName
{
border-color: #880929;
}
</style>