Shades of Burgundy #88063B
Tints of Burgundy #88063B
RGB
CMYK
RGB Variations
Color information
#88063B (or 0x88063B) is known color: Burgundy. HEX triplet: 88, 06 and 3B. RGB value is (136,6,59). Sum of RGB (Red+Green+Blue) = 136+6+59=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #88063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88063B is #77F9C4. Grayscale: #323232. Windows color (decimal): -7862725 or 3868296. OLE color: 3868296.
HSL color Cylindrical-coordinate representation of color #88063B: hue angle of 335.54º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88063B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 59 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.47 |
| HSL | 335.54º | 0.92% | 0.28% | - |
| HSV(B) | 335.54º | 0.96% | 0.53% | - |
| XYZ | 11.01 | 5.68 | 4.65 | - |
| YUV | 50.91 | 132.57 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 59 | 0 | 0.96 | 0.57 | 0.47 | 335.54 | 0.92 | 0.28 |
| Hex | 88 | 6 | 3B | 0 | 60 | 39 | 2F | 150 | 5C | 1C |
| Octal | 210 | 6 | 73 | 0 | 140 | 71 | 57 | 520 | 134 | 34 |
| Binary | 10001000 | 110 | 111011 | 0 | 1100000 | 111001 | 101111 | 101010000 | 1011100 | 11100 |
Color Harmonies of #88063B
Complementary color
Monochromatic Colors of #88063B
Black with #88063B
Text Example
Text Example
White with #88063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88063B; }
p { color: rgb(136,6,59); }
H1.HeaderClassName
{
color: #88063B;
}
.AnyTagClassName
{
color: #88063B;
}
</style>
background-color css
<style>
a { background-color: #88063B; }
a { background-color: rgb(136,6,59); }
div.DivClassName
{
background-color: #88063B;
}
.BgClassName
{
background-color: #88063B;
}
</style>
border-color css
<style>
span { border-color: #88063B; }
span { border-color: rgb(136,6,59); }
td.TdClassName
{
border-color: #88063B;
}
.TagClassName
{
border-color: #88063B;
}
</style>