Shades of Disco #88284C
Tints of Disco #88284C
RGB
CMYK
RGB Variations
Color information
#88284C (or 0x88284C) is known color: Disco. HEX triplet: 88, 28 and 4C. RGB value is (136,40,76). Sum of RGB (Red+Green+Blue) = 136+40+76=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #88284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88284C is #77D7B3. Grayscale: #484848. Windows color (decimal): -7854004 or 4991112. OLE color: 4991112.
HSL color Cylindrical-coordinate representation of color #88284C: hue angle of 337.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88284C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 76 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.47 |
| HSL | 337.5º | 0.55% | 0.35% | - |
| HSV(B) | 337.5º | 0.71% | 0.53% | - |
| XYZ | 12.22 | 7.27 | 7.6 | - |
| YUV | 72.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 76 | 0 | 0.71 | 0.44 | 0.47 | 337.5 | 0.55 | 0.35 |
| Hex | 88 | 28 | 4C | 0 | 47 | 2C | 2F | 152 | 37 | 23 |
| Octal | 210 | 50 | 114 | 0 | 107 | 54 | 57 | 522 | 67 | 43 |
| Binary | 10001000 | 101000 | 1001100 | 0 | 1000111 | 101100 | 101111 | 101010010 | 110111 | 100011 |
Color Harmonies of #88284C
Complementary color
Monochromatic Colors of #88284C
Black with #88284C
Text Example
Text Example
White with #88284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88284C; }
p { color: rgb(136,40,76); }
H1.HeaderClassName
{
color: #88284C;
}
.AnyTagClassName
{
color: #88284C;
}
</style>
background-color css
<style>
a { background-color: #88284C; }
a { background-color: rgb(136,40,76); }
div.DivClassName
{
background-color: #88284C;
}
.BgClassName
{
background-color: #88284C;
}
</style>
border-color css
<style>
span { border-color: #88284C; }
span { border-color: rgb(136,40,76); }
td.TdClassName
{
border-color: #88284C;
}
.TagClassName
{
border-color: #88284C;
}
</style>