Shades of Burgundy #880933
Tints of Burgundy #880933
RGB
CMYK
RGB Variations
Color information
#880933 (or 0x880933) is known color: Burgundy. HEX triplet: 88, 09 and 33. RGB value is (136,9,51). Sum of RGB (Red+Green+Blue) = 136+9+51=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #880933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880933 is #77F6CC. Grayscale: #333333. Windows color (decimal): -7861965 or 3344776. OLE color: 3344776.
HSL color Cylindrical-coordinate representation of color #880933: hue angle of 340.16º 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 #880933 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 51 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.47 |
| HSL | 340.16º | 0.88% | 0.28% | - |
| HSV(B) | 340.16º | 0.93% | 0.53% | - |
| XYZ | 10.85 | 5.67 | 3.65 | - |
| YUV | 51.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 51 | 0 | 0.93 | 0.62 | 0.47 | 340.16 | 0.88 | 0.28 |
| Hex | 88 | 9 | 33 | 0 | 5D | 3E | 2F | 154 | 58 | 1C |
| Octal | 210 | 11 | 63 | 0 | 135 | 76 | 57 | 524 | 130 | 34 |
| Binary | 10001000 | 1001 | 110011 | 0 | 1011101 | 111110 | 101111 | 101010100 | 1011000 | 11100 |
Color Harmonies of #880933
Complementary color
Monochromatic Colors of #880933
Black with #880933
Text Example
Text Example
White with #880933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880933; }
p { color: rgb(136,9,51); }
H1.HeaderClassName
{
color: #880933;
}
.AnyTagClassName
{
color: #880933;
}
</style>
background-color css
<style>
a { background-color: #880933; }
a { background-color: rgb(136,9,51); }
div.DivClassName
{
background-color: #880933;
}
.BgClassName
{
background-color: #880933;
}
</style>
border-color css
<style>
span { border-color: #880933; }
span { border-color: rgb(136,9,51); }
td.TdClassName
{
border-color: #880933;
}
.TagClassName
{
border-color: #880933;
}
</style>