Shades of Disco #880E48
Tints of Disco #880E48
RGB
CMYK
RGB Variations
Color information
#880E48 (or 0x880E48) is known color: Disco. HEX triplet: 88, 0E and 48. RGB value is (136,14,72). Sum of RGB (Red+Green+Blue) = 136+14+72=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #880E48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E48 is #77F1B7. Grayscale: #383838. Windows color (decimal): -7860664 or 4722312. OLE color: 4722312.
HSL color Cylindrical-coordinate representation of color #880E48: hue angle of 331.48º 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 #880E48 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 72 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.47 |
| HSL | 331.48º | 0.81% | 0.29% | - |
| HSV(B) | 331.48º | 0.9% | 0.53% | - |
| XYZ | 11.48 | 6.02 | 6.69 | - |
| YUV | 57.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 72 | 0 | 0.90 | 0.47 | 0.47 | 331.48 | 0.81 | 0.29 |
| Hex | 88 | E | 48 | 0 | 5A | 2F | 2F | 14B | 51 | 1D |
| Octal | 210 | 16 | 110 | 0 | 132 | 57 | 57 | 513 | 121 | 35 |
| Binary | 10001000 | 1110 | 1001000 | 0 | 1011010 | 101111 | 101111 | 101001011 | 1010001 | 11101 |
Color Harmonies of #880E48
Complementary color
Monochromatic Colors of #880E48
Black with #880E48
Text Example
Text Example
White with #880E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E48; }
p { color: rgb(136,14,72); }
H1.HeaderClassName
{
color: #880E48;
}
.AnyTagClassName
{
color: #880E48;
}
</style>
background-color css
<style>
a { background-color: #880E48; }
a { background-color: rgb(136,14,72); }
div.DivClassName
{
background-color: #880E48;
}
.BgClassName
{
background-color: #880E48;
}
</style>
border-color css
<style>
span { border-color: #880E48; }
span { border-color: rgb(136,14,72); }
td.TdClassName
{
border-color: #880E48;
}
.TagClassName
{
border-color: #880E48;
}
</style>