Shades of Burgundy #88082B
Tints of Burgundy #88082B
RGB
CMYK
RGB Variations
Color information
#88082B (or 0x88082B) is known color: Burgundy. HEX triplet: 88, 08 and 2B. RGB value is (136,8,43). Sum of RGB (Red+Green+Blue) = 136+8+43=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #88082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88082B is #77F7D4. Grayscale: #323232. Windows color (decimal): -7862229 or 2820232. OLE color: 2820232.
HSL color Cylindrical-coordinate representation of color #88082B: hue angle of 343.59º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88082B is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 43 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.47 |
| HSL | 343.59º | 0.89% | 0.28% | - |
| HSV(B) | 343.59º | 0.94% | 0.53% | - |
| XYZ | 10.68 | 5.58 | 2.8 | - |
| YUV | 50.26 | 123.91 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 43 | 0 | 0.94 | 0.68 | 0.47 | 343.59 | 0.89 | 0.28 |
| Hex | 88 | 8 | 2B | 0 | 5E | 44 | 2F | 158 | 59 | 1C |
| Octal | 210 | 10 | 53 | 0 | 136 | 104 | 57 | 530 | 131 | 34 |
| Binary | 10001000 | 1000 | 101011 | 0 | 1011110 | 1000100 | 101111 | 101011000 | 1011001 | 11100 |
Color Harmonies of #88082B
Complementary color
Monochromatic Colors of #88082B
Black with #88082B
Text Example
Text Example
White with #88082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88082B; }
p { color: rgb(136,8,43); }
H1.HeaderClassName
{
color: #88082B;
}
.AnyTagClassName
{
color: #88082B;
}
</style>
background-color css
<style>
a { background-color: #88082B; }
a { background-color: rgb(136,8,43); }
div.DivClassName
{
background-color: #88082B;
}
.BgClassName
{
background-color: #88082B;
}
</style>
border-color css
<style>
span { border-color: #88082B; }
span { border-color: rgb(136,8,43); }
td.TdClassName
{
border-color: #88082B;
}
.TagClassName
{
border-color: #88082B;
}
</style>