Shades of Disco #88284F
Tints of Disco #88284F
RGB
CMYK
RGB Variations
Color information
#88284F (or 0x88284F) is known color: Disco. HEX triplet: 88, 28 and 4F. RGB value is (136,40,79). Sum of RGB (Red+Green+Blue) = 136+40+79=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #88284F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88284F is #77D7B0. Grayscale: #494949. Windows color (decimal): -7854001 or 5187720. OLE color: 5187720.
HSL color Cylindrical-coordinate representation of color #88284F: hue angle of 335.62º 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 #88284F is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 79 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.47 |
| HSL | 335.63º | 0.55% | 0.35% | - |
| HSV(B) | 335.63º | 0.71% | 0.53% | - |
| XYZ | 12.32 | 7.32 | 8.16 | - |
| YUV | 73.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 79 | 0 | 0.71 | 0.42 | 0.47 | 335.63 | 0.55 | 0.35 |
| Hex | 88 | 28 | 4F | 0 | 47 | 2A | 2F | 150 | 37 | 23 |
| Octal | 210 | 50 | 117 | 0 | 107 | 52 | 57 | 520 | 67 | 43 |
| Binary | 10001000 | 101000 | 1001111 | 0 | 1000111 | 101010 | 101111 | 101010000 | 110111 | 100011 |
Color Harmonies of #88284F
Complementary color
Monochromatic Colors of #88284F
Black with #88284F
Text Example
Text Example
White with #88284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88284F; }
p { color: rgb(136,40,79); }
H1.HeaderClassName
{
color: #88284F;
}
.AnyTagClassName
{
color: #88284F;
}
</style>
background-color css
<style>
a { background-color: #88284F; }
a { background-color: rgb(136,40,79); }
div.DivClassName
{
background-color: #88284F;
}
.BgClassName
{
background-color: #88284F;
}
</style>
border-color css
<style>
span { border-color: #88284F; }
span { border-color: rgb(136,40,79); }
td.TdClassName
{
border-color: #88284F;
}
.TagClassName
{
border-color: #88284F;
}
</style>