Shades of Disco #88284D
Tints of Disco #88284D
RGB
CMYK
RGB Variations
Color information
#88284D (or 0x88284D) is known color: Disco. HEX triplet: 88, 28 and 4D. RGB value is (136,40,77). Sum of RGB (Red+Green+Blue) = 136+40+77=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #88284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88284D is #77D7B2. Grayscale: #484848. Windows color (decimal): -7854003 or 5056648. OLE color: 5056648.
HSL color Cylindrical-coordinate representation of color #88284D: hue angle of 336.88º 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 #88284D is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 77 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.47 |
| HSL | 336.88º | 0.55% | 0.35% | - |
| HSV(B) | 336.88º | 0.71% | 0.53% | - |
| XYZ | 12.25 | 7.29 | 7.78 | - |
| YUV | 72.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 77 | 0 | 0.71 | 0.43 | 0.47 | 336.88 | 0.55 | 0.35 |
| Hex | 88 | 28 | 4D | 0 | 47 | 2B | 2F | 151 | 37 | 23 |
| Octal | 210 | 50 | 115 | 0 | 107 | 53 | 57 | 521 | 67 | 43 |
| Binary | 10001000 | 101000 | 1001101 | 0 | 1000111 | 101011 | 101111 | 101010001 | 110111 | 100011 |
Color Harmonies of #88284D
Complementary color
Monochromatic Colors of #88284D
Black with #88284D
Text Example
Text Example
White with #88284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88284D; }
p { color: rgb(136,40,77); }
H1.HeaderClassName
{
color: #88284D;
}
.AnyTagClassName
{
color: #88284D;
}
</style>
background-color css
<style>
a { background-color: #88284D; }
a { background-color: rgb(136,40,77); }
div.DivClassName
{
background-color: #88284D;
}
.BgClassName
{
background-color: #88284D;
}
</style>
border-color css
<style>
span { border-color: #88284D; }
span { border-color: rgb(136,40,77); }
td.TdClassName
{
border-color: #88284D;
}
.TagClassName
{
border-color: #88284D;
}
</style>