Shades of Disco #881E45
Tints of Disco #881E45
RGB
CMYK
RGB Variations
Color information
#881E45 (or 0x881E45) is known color: Disco. HEX triplet: 88, 1E and 45. RGB value is (136,30,69). Sum of RGB (Red+Green+Blue) = 136+30+69=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #881E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E45 is #77E1BA. Grayscale: #424242. Windows color (decimal): -7856571 or 4529800. OLE color: 4529800.
HSL color Cylindrical-coordinate representation of color #881E45: hue angle of 337.92º 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 #881E45 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 69 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.47 |
| HSL | 337.92º | 0.64% | 0.33% | - |
| HSV(B) | 337.92º | 0.78% | 0.53% | - |
| XYZ | 11.69 | 6.59 | 6.29 | - |
| YUV | 66.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 69 | 0 | 0.78 | 0.49 | 0.47 | 337.92 | 0.64 | 0.33 |
| Hex | 88 | 1E | 45 | 0 | 4E | 31 | 2F | 152 | 40 | 21 |
| Octal | 210 | 36 | 105 | 0 | 116 | 61 | 57 | 522 | 100 | 41 |
| Binary | 10001000 | 11110 | 1000101 | 0 | 1001110 | 110001 | 101111 | 101010010 | 1000000 | 100001 |
Color Harmonies of #881E45
Complementary color
Monochromatic Colors of #881E45
Black with #881E45
Text Example
Text Example
White with #881E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E45; }
p { color: rgb(136,30,69); }
H1.HeaderClassName
{
color: #881E45;
}
.AnyTagClassName
{
color: #881E45;
}
</style>
background-color css
<style>
a { background-color: #881E45; }
a { background-color: rgb(136,30,69); }
div.DivClassName
{
background-color: #881E45;
}
.BgClassName
{
background-color: #881E45;
}
</style>
border-color css
<style>
span { border-color: #881E45; }
span { border-color: rgb(136,30,69); }
td.TdClassName
{
border-color: #881E45;
}
.TagClassName
{
border-color: #881E45;
}
</style>