Shades of Burgundy #88003C
Tints of Burgundy #88003C
RGB
CMYK
RGB Variations
Color information
#88003C (or 0x88003C) is known color: Burgundy. HEX triplet: 88, 00 and 3C. RGB value is (136,0,60). Sum of RGB (Red+Green+Blue) = 136+0+60=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #88003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88003C is #77FFC3. Grayscale: #2F2F2F. Windows color (decimal): -7864260 or 3932296. OLE color: 3932296.
HSL color Cylindrical-coordinate representation of color #88003C: hue angle of 333.53º 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 #88003C is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.56 | 0.47 |
| HSL | 333.53º | 1% | 0.27% | - |
| HSV(B) | 333.53º | 1% | 0.53% | - |
| XYZ | 10.97 | 5.56 | 4.77 | - |
| YUV | 47.5 | 135.06 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 60 | 0 | 1 | 0.56 | 0.47 | 333.53 | 1 | 0.27 |
| Hex | 88 | 0 | 3C | 0 | 64 | 38 | 2F | 14E | 64 | 1B |
| Octal | 210 | 0 | 74 | 0 | 144 | 70 | 57 | 516 | 144 | 33 |
| Binary | 10001000 | 0 | 111100 | 0 | 1100100 | 111000 | 101111 | 101001110 | 1100100 | 11011 |
Color Harmonies of #88003C
Complementary color
Monochromatic Colors of #88003C
Black with #88003C
Text Example
Text Example
White with #88003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88003C; }
p { color: rgb(136,0,60); }
H1.HeaderClassName
{
color: #88003C;
}
.AnyTagClassName
{
color: #88003C;
}
</style>
background-color css
<style>
a { background-color: #88003C; }
a { background-color: rgb(136,0,60); }
div.DivClassName
{
background-color: #88003C;
}
.BgClassName
{
background-color: #88003C;
}
</style>
border-color css
<style>
span { border-color: #88003C; }
span { border-color: rgb(136,0,60); }
td.TdClassName
{
border-color: #88003C;
}
.TagClassName
{
border-color: #88003C;
}
</style>