Shades of Burgundy #88003D
Tints of Burgundy #88003D
RGB
CMYK
RGB Variations
Color information
#88003D (or 0x88003D) is known color: Burgundy. HEX triplet: 88, 00 and 3D. RGB value is (136,0,61). Sum of RGB (Red+Green+Blue) = 136+0+61=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #88003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88003D is #77FFC2. Grayscale: #2F2F2F. Windows color (decimal): -7864259 or 3997832. OLE color: 3997832.
HSL color Cylindrical-coordinate representation of color #88003D: hue angle of 333.09º 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 #88003D is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.55 | 0.47 |
| HSL | 333.09º | 1% | 0.27% | - |
| HSV(B) | 333.09º | 1% | 0.53% | - |
| XYZ | 11 | 5.57 | 4.91 | - |
| YUV | 47.62 | 135.56 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 61 | 0 | 1 | 0.55 | 0.47 | 333.09 | 1 | 0.27 |
| Hex | 88 | 0 | 3D | 0 | 64 | 37 | 2F | 14D | 64 | 1B |
| Octal | 210 | 0 | 75 | 0 | 144 | 67 | 57 | 515 | 144 | 33 |
| Binary | 10001000 | 0 | 111101 | 0 | 1100100 | 110111 | 101111 | 101001101 | 1100100 | 11011 |
Color Harmonies of #88003D
Complementary color
Monochromatic Colors of #88003D
Black with #88003D
Text Example
Text Example
White with #88003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88003D; }
p { color: rgb(136,0,61); }
H1.HeaderClassName
{
color: #88003D;
}
.AnyTagClassName
{
color: #88003D;
}
</style>
background-color css
<style>
a { background-color: #88003D; }
a { background-color: rgb(136,0,61); }
div.DivClassName
{
background-color: #88003D;
}
.BgClassName
{
background-color: #88003D;
}
</style>
border-color css
<style>
span { border-color: #88003D; }
span { border-color: rgb(136,0,61); }
td.TdClassName
{
border-color: #88003D;
}
.TagClassName
{
border-color: #88003D;
}
</style>