Shades of Disco #881E47
Tints of Disco #881E47
RGB
CMYK
RGB Variations
Color information
#881E47 (or 0x881E47) is known color: Disco. HEX triplet: 88, 1E and 47. RGB value is (136,30,71). Sum of RGB (Red+Green+Blue) = 136+30+71=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #881E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E47 is #77E1B8. Grayscale: #424242. Windows color (decimal): -7856569 or 4660872. OLE color: 4660872.
HSL color Cylindrical-coordinate representation of color #881E47: hue angle of 336.79º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E47 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 71 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.47 |
| HSL | 336.79º | 0.64% | 0.33% | - |
| HSV(B) | 336.79º | 0.78% | 0.53% | - |
| XYZ | 11.75 | 6.62 | 6.62 | - |
| YUV | 66.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 71 | 0 | 0.78 | 0.48 | 0.47 | 336.79 | 0.64 | 0.33 |
| Hex | 88 | 1E | 47 | 0 | 4E | 30 | 2F | 151 | 40 | 21 |
| Octal | 210 | 36 | 107 | 0 | 116 | 60 | 57 | 521 | 100 | 41 |
| Binary | 10001000 | 11110 | 1000111 | 0 | 1001110 | 110000 | 101111 | 101010001 | 1000000 | 100001 |
Color Harmonies of #881E47
Complementary color
Monochromatic Colors of #881E47
Black with #881E47
Text Example
Text Example
White with #881E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E47; }
p { color: rgb(136,30,71); }
H1.HeaderClassName
{
color: #881E47;
}
.AnyTagClassName
{
color: #881E47;
}
</style>
background-color css
<style>
a { background-color: #881E47; }
a { background-color: rgb(136,30,71); }
div.DivClassName
{
background-color: #881E47;
}
.BgClassName
{
background-color: #881E47;
}
</style>
border-color css
<style>
span { border-color: #881E47; }
span { border-color: rgb(136,30,71); }
td.TdClassName
{
border-color: #881E47;
}
.TagClassName
{
border-color: #881E47;
}
</style>