Shades of Burgundy #88003E
Tints of Burgundy #88003E
RGB
CMYK
RGB Variations
Color information
#88003E (or 0x88003E) is known color: Burgundy. HEX triplet: 88, 00 and 3E. RGB value is (136,0,62). Sum of RGB (Red+Green+Blue) = 136+0+62=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #88003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88003E is #77FFC1. Grayscale: #2F2F2F. Windows color (decimal): -7864258 or 4063368. OLE color: 4063368.
HSL color Cylindrical-coordinate representation of color #88003E: hue angle of 332.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88003E is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.54 | 0.47 |
| HSL | 332.65º | 1% | 0.27% | - |
| HSV(B) | 332.65º | 1% | 0.53% | - |
| XYZ | 11.02 | 5.58 | 5.05 | - |
| YUV | 47.73 | 136.06 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 62 | 0 | 1 | 0.54 | 0.47 | 332.65 | 1 | 0.27 |
| Hex | 88 | 0 | 3E | 0 | 64 | 36 | 2F | 14D | 64 | 1B |
| Octal | 210 | 0 | 76 | 0 | 144 | 66 | 57 | 515 | 144 | 33 |
| Binary | 10001000 | 0 | 111110 | 0 | 1100100 | 110110 | 101111 | 101001101 | 1100100 | 11011 |
Color Harmonies of #88003E
Complementary color
Monochromatic Colors of #88003E
Black with #88003E
Text Example
Text Example
White with #88003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88003E; }
p { color: rgb(136,0,62); }
H1.HeaderClassName
{
color: #88003E;
}
.AnyTagClassName
{
color: #88003E;
}
</style>
background-color css
<style>
a { background-color: #88003E; }
a { background-color: rgb(136,0,62); }
div.DivClassName
{
background-color: #88003E;
}
.BgClassName
{
background-color: #88003E;
}
</style>
border-color css
<style>
span { border-color: #88003E; }
span { border-color: rgb(136,0,62); }
td.TdClassName
{
border-color: #88003E;
}
.TagClassName
{
border-color: #88003E;
}
</style>