Shades of Burgundy #88092C
Tints of Burgundy #88092C
RGB
CMYK
RGB Variations
Color information
#88092C (or 0x88092C) is known color: Burgundy. HEX triplet: 88, 09 and 2C. RGB value is (136,9,44). Sum of RGB (Red+Green+Blue) = 136+9+44=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #88092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88092C is #77F6D3. Grayscale: #323232. Windows color (decimal): -7861972 or 2886024. OLE color: 2886024.
HSL color Cylindrical-coordinate representation of color #88092C: hue angle of 343.46º 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 #88092C is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 44 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.47 |
| HSL | 343.46º | 0.88% | 0.28% | - |
| HSV(B) | 343.46º | 0.93% | 0.53% | - |
| XYZ | 10.71 | 5.61 | 2.9 | - |
| YUV | 50.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 44 | 0 | 0.93 | 0.68 | 0.47 | 343.46 | 0.88 | 0.28 |
| Hex | 88 | 9 | 2C | 0 | 5D | 44 | 2F | 157 | 58 | 1C |
| Octal | 210 | 11 | 54 | 0 | 135 | 104 | 57 | 527 | 130 | 34 |
| Binary | 10001000 | 1001 | 101100 | 0 | 1011101 | 1000100 | 101111 | 101010111 | 1011000 | 11100 |
Color Harmonies of #88092C
Complementary color
Monochromatic Colors of #88092C
Black with #88092C
Text Example
Text Example
White with #88092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88092C; }
p { color: rgb(136,9,44); }
H1.HeaderClassName
{
color: #88092C;
}
.AnyTagClassName
{
color: #88092C;
}
</style>
background-color css
<style>
a { background-color: #88092C; }
a { background-color: rgb(136,9,44); }
div.DivClassName
{
background-color: #88092C;
}
.BgClassName
{
background-color: #88092C;
}
</style>
border-color css
<style>
span { border-color: #88092C; }
span { border-color: rgb(136,9,44); }
td.TdClassName
{
border-color: #88092C;
}
.TagClassName
{
border-color: #88092C;
}
</style>