Shades of Burgundy #88093C
Tints of Burgundy #88093C
RGB
CMYK
RGB Variations
Color information
#88093C (or 0x88093C) is known color: Burgundy. HEX triplet: 88, 09 and 3C. RGB value is (136,9,60). Sum of RGB (Red+Green+Blue) = 136+9+60=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #88093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88093C is #77F6C3. Grayscale: #343434. Windows color (decimal): -7861956 or 3934600. OLE color: 3934600.
HSL color Cylindrical-coordinate representation of color #88093C: hue angle of 335.91º 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 #88093C is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 60 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.47 |
| HSL | 335.91º | 0.88% | 0.28% | - |
| HSV(B) | 335.91º | 0.93% | 0.53% | - |
| XYZ | 11.07 | 5.76 | 4.8 | - |
| YUV | 52.79 | 132.08 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 60 | 0 | 0.93 | 0.56 | 0.47 | 335.91 | 0.88 | 0.28 |
| Hex | 88 | 9 | 3C | 0 | 5D | 38 | 2F | 150 | 58 | 1C |
| Octal | 210 | 11 | 74 | 0 | 135 | 70 | 57 | 520 | 130 | 34 |
| Binary | 10001000 | 1001 | 111100 | 0 | 1011101 | 111000 | 101111 | 101010000 | 1011000 | 11100 |
Color Harmonies of #88093C
Complementary color
Monochromatic Colors of #88093C
Black with #88093C
Text Example
Text Example
White with #88093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88093C; }
p { color: rgb(136,9,60); }
H1.HeaderClassName
{
color: #88093C;
}
.AnyTagClassName
{
color: #88093C;
}
</style>
background-color css
<style>
a { background-color: #88093C; }
a { background-color: rgb(136,9,60); }
div.DivClassName
{
background-color: #88093C;
}
.BgClassName
{
background-color: #88093C;
}
</style>
border-color css
<style>
span { border-color: #88093C; }
span { border-color: rgb(136,9,60); }
td.TdClassName
{
border-color: #88093C;
}
.TagClassName
{
border-color: #88093C;
}
</style>