Shades of Disco #880E44
Tints of Disco #880E44
RGB
CMYK
RGB Variations
Color information
#880E44 (or 0x880E44) is known color: Disco. HEX triplet: 88, 0E and 44. RGB value is (136,14,68). Sum of RGB (Red+Green+Blue) = 136+14+68=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #880E44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E44 is #77F1BB. Grayscale: #383838. Windows color (decimal): -7860668 or 4460168. OLE color: 4460168.
HSL color Cylindrical-coordinate representation of color #880E44: hue angle of 333.44º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E44 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 68 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.47 |
| HSL | 333.44º | 0.81% | 0.29% | - |
| HSV(B) | 333.44º | 0.9% | 0.53% | - |
| XYZ | 11.35 | 5.97 | 6.02 | - |
| YUV | 56.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 68 | 0 | 0.90 | 0.50 | 0.47 | 333.44 | 0.81 | 0.29 |
| Hex | 88 | E | 44 | 0 | 5A | 32 | 2F | 14D | 51 | 1D |
| Octal | 210 | 16 | 104 | 0 | 132 | 62 | 57 | 515 | 121 | 35 |
| Binary | 10001000 | 1110 | 1000100 | 0 | 1011010 | 110010 | 101111 | 101001101 | 1010001 | 11101 |
Color Harmonies of #880E44
Complementary color
Monochromatic Colors of #880E44
Black with #880E44
Text Example
Text Example
White with #880E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E44; }
p { color: rgb(136,14,68); }
H1.HeaderClassName
{
color: #880E44;
}
.AnyTagClassName
{
color: #880E44;
}
</style>
background-color css
<style>
a { background-color: #880E44; }
a { background-color: rgb(136,14,68); }
div.DivClassName
{
background-color: #880E44;
}
.BgClassName
{
background-color: #880E44;
}
</style>
border-color css
<style>
span { border-color: #880E44; }
span { border-color: rgb(136,14,68); }
td.TdClassName
{
border-color: #880E44;
}
.TagClassName
{
border-color: #880E44;
}
</style>