Shades of Burgundy #880930
Tints of Burgundy #880930
RGB
CMYK
RGB Variations
Color information
#880930 (or 0x880930) is known color: Burgundy. HEX triplet: 88, 09 and 30. RGB value is (136,9,48). Sum of RGB (Red+Green+Blue) = 136+9+48=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #880930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880930 is #77F6CF. Grayscale: #333333. Windows color (decimal): -7861968 or 3148168. OLE color: 3148168.
HSL color Cylindrical-coordinate representation of color #880930: hue angle of 341.57º 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 #880930 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 48 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.47 |
| HSL | 341.57º | 0.88% | 0.28% | - |
| HSV(B) | 341.57º | 0.93% | 0.53% | - |
| XYZ | 10.78 | 5.64 | 3.32 | - |
| YUV | 51.42 | 126.08 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 48 | 0 | 0.93 | 0.65 | 0.47 | 341.57 | 0.88 | 0.28 |
| Hex | 88 | 9 | 30 | 0 | 5D | 41 | 2F | 156 | 58 | 1C |
| Octal | 210 | 11 | 60 | 0 | 135 | 101 | 57 | 526 | 130 | 34 |
| Binary | 10001000 | 1001 | 110000 | 0 | 1011101 | 1000001 | 101111 | 101010110 | 1011000 | 11100 |
Color Harmonies of #880930
Complementary color
Monochromatic Colors of #880930
Black with #880930
Text Example
Text Example
White with #880930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880930; }
p { color: rgb(136,9,48); }
H1.HeaderClassName
{
color: #880930;
}
.AnyTagClassName
{
color: #880930;
}
</style>
background-color css
<style>
a { background-color: #880930; }
a { background-color: rgb(136,9,48); }
div.DivClassName
{
background-color: #880930;
}
.BgClassName
{
background-color: #880930;
}
</style>
border-color css
<style>
span { border-color: #880930; }
span { border-color: rgb(136,9,48); }
td.TdClassName
{
border-color: #880930;
}
.TagClassName
{
border-color: #880930;
}
</style>