Shades of Burgundy #88092D
Tints of Burgundy #88092D
RGB
CMYK
RGB Variations
Color information
#88092D (or 0x88092D) is known color: Burgundy. HEX triplet: 88, 09 and 2D. RGB value is (136,9,45). Sum of RGB (Red+Green+Blue) = 136+9+45=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #88092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88092D is #77F6D2. Grayscale: #333333. Windows color (decimal): -7861971 or 2951560. OLE color: 2951560.
HSL color Cylindrical-coordinate representation of color #88092D: hue angle of 342.99º 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 #88092D is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 45 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.47 |
| HSL | 342.99º | 0.88% | 0.28% | - |
| HSV(B) | 342.99º | 0.93% | 0.53% | - |
| XYZ | 10.72 | 5.62 | 3 | - |
| YUV | 51.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 45 | 0 | 0.93 | 0.67 | 0.47 | 342.99 | 0.88 | 0.28 |
| Hex | 88 | 9 | 2D | 0 | 5D | 43 | 2F | 157 | 58 | 1C |
| Octal | 210 | 11 | 55 | 0 | 135 | 103 | 57 | 527 | 130 | 34 |
| Binary | 10001000 | 1001 | 101101 | 0 | 1011101 | 1000011 | 101111 | 101010111 | 1011000 | 11100 |
Color Harmonies of #88092D
Complementary color
Monochromatic Colors of #88092D
Black with #88092D
Text Example
Text Example
White with #88092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88092D; }
p { color: rgb(136,9,45); }
H1.HeaderClassName
{
color: #88092D;
}
.AnyTagClassName
{
color: #88092D;
}
</style>
background-color css
<style>
a { background-color: #88092D; }
a { background-color: rgb(136,9,45); }
div.DivClassName
{
background-color: #88092D;
}
.BgClassName
{
background-color: #88092D;
}
</style>
border-color css
<style>
span { border-color: #88092D; }
span { border-color: rgb(136,9,45); }
td.TdClassName
{
border-color: #88092D;
}
.TagClassName
{
border-color: #88092D;
}
</style>