Shades of Burgundy #88063D
Tints of Burgundy #88063D
RGB
CMYK
RGB Variations
Color information
#88063D (or 0x88063D) is known color: Burgundy. HEX triplet: 88, 06 and 3D. RGB value is (136,6,61). Sum of RGB (Red+Green+Blue) = 136+6+61=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88063D is #77F9C2. Grayscale: #333333. Windows color (decimal): -7862723 or 3999368. OLE color: 3999368.
HSL color Cylindrical-coordinate representation of color #88063D: hue angle of 334.62º 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 #88063D is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 61 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.47 |
| HSL | 334.62º | 0.92% | 0.28% | - |
| HSV(B) | 334.62º | 0.96% | 0.53% | - |
| XYZ | 11.06 | 5.7 | 4.93 | - |
| YUV | 51.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 61 | 0 | 0.96 | 0.55 | 0.47 | 334.62 | 0.92 | 0.28 |
| Hex | 88 | 6 | 3D | 0 | 60 | 37 | 2F | 14F | 5C | 1C |
| Octal | 210 | 6 | 75 | 0 | 140 | 67 | 57 | 517 | 134 | 34 |
| Binary | 10001000 | 110 | 111101 | 0 | 1100000 | 110111 | 101111 | 101001111 | 1011100 | 11100 |
Color Harmonies of #88063D
Complementary color
Monochromatic Colors of #88063D
Black with #88063D
Text Example
Text Example
White with #88063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88063D; }
p { color: rgb(136,6,61); }
H1.HeaderClassName
{
color: #88063D;
}
.AnyTagClassName
{
color: #88063D;
}
</style>
background-color css
<style>
a { background-color: #88063D; }
a { background-color: rgb(136,6,61); }
div.DivClassName
{
background-color: #88063D;
}
.BgClassName
{
background-color: #88063D;
}
</style>
border-color css
<style>
span { border-color: #88063D; }
span { border-color: rgb(136,6,61); }
td.TdClassName
{
border-color: #88063D;
}
.TagClassName
{
border-color: #88063D;
}
</style>