Shades of Disco #88294F
Tints of Disco #88294F
RGB
CMYK
RGB Variations
Color information
#88294F (or 0x88294F) is known color: Disco. HEX triplet: 88, 29 and 4F. RGB value is (136,41,79). Sum of RGB (Red+Green+Blue) = 136+41+79=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #88294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88294F is #77D6B0. Grayscale: #494949. Windows color (decimal): -7853745 or 5187976. OLE color: 5187976.
HSL color Cylindrical-coordinate representation of color #88294F: hue angle of 336º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88294F is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 79 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.47 |
| HSL | 336º | 0.54% | 0.35% | - |
| HSV(B) | 336º | 0.7% | 0.53% | - |
| XYZ | 12.36 | 7.38 | 8.17 | - |
| YUV | 73.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 79 | 0 | 0.70 | 0.42 | 0.47 | 336 | 0.54 | 0.35 |
| Hex | 88 | 29 | 4F | 0 | 46 | 2A | 2F | 150 | 36 | 23 |
| Octal | 210 | 51 | 117 | 0 | 106 | 52 | 57 | 520 | 66 | 43 |
| Binary | 10001000 | 101001 | 1001111 | 0 | 1000110 | 101010 | 101111 | 101010000 | 110110 | 100011 |
Color Harmonies of #88294F
Complementary color
Monochromatic Colors of #88294F
Black with #88294F
Text Example
Text Example
White with #88294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88294F; }
p { color: rgb(136,41,79); }
H1.HeaderClassName
{
color: #88294F;
}
.AnyTagClassName
{
color: #88294F;
}
</style>
background-color css
<style>
a { background-color: #88294F; }
a { background-color: rgb(136,41,79); }
div.DivClassName
{
background-color: #88294F;
}
.BgClassName
{
background-color: #88294F;
}
</style>
border-color css
<style>
span { border-color: #88294F; }
span { border-color: rgb(136,41,79); }
td.TdClassName
{
border-color: #88294F;
}
.TagClassName
{
border-color: #88294F;
}
</style>