Shades of Disco #880E43
Tints of Disco #880E43
RGB
CMYK
RGB Variations
Color information
#880E43 (or 0x880E43) is known color: Disco. HEX triplet: 88, 0E and 43. RGB value is (136,14,67). Sum of RGB (Red+Green+Blue) = 136+14+67=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #880E43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E43 is #77F1BC. Grayscale: #383838. Windows color (decimal): -7860669 or 4394632. OLE color: 4394632.
HSL color Cylindrical-coordinate representation of color #880E43: hue angle of 333.93º 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 #880E43 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 67 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.47 |
| HSL | 333.93º | 0.81% | 0.29% | - |
| HSV(B) | 333.93º | 0.9% | 0.53% | - |
| XYZ | 11.32 | 5.95 | 5.86 | - |
| YUV | 56.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 67 | 0 | 0.90 | 0.51 | 0.47 | 333.93 | 0.81 | 0.29 |
| Hex | 88 | E | 43 | 0 | 5A | 33 | 2F | 14E | 51 | 1D |
| Octal | 210 | 16 | 103 | 0 | 132 | 63 | 57 | 516 | 121 | 35 |
| Binary | 10001000 | 1110 | 1000011 | 0 | 1011010 | 110011 | 101111 | 101001110 | 1010001 | 11101 |
Color Harmonies of #880E43
Complementary color
Monochromatic Colors of #880E43
Black with #880E43
Text Example
Text Example
White with #880E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E43; }
p { color: rgb(136,14,67); }
H1.HeaderClassName
{
color: #880E43;
}
.AnyTagClassName
{
color: #880E43;
}
</style>
background-color css
<style>
a { background-color: #880E43; }
a { background-color: rgb(136,14,67); }
div.DivClassName
{
background-color: #880E43;
}
.BgClassName
{
background-color: #880E43;
}
</style>
border-color css
<style>
span { border-color: #880E43; }
span { border-color: rgb(136,14,67); }
td.TdClassName
{
border-color: #880E43;
}
.TagClassName
{
border-color: #880E43;
}
</style>