Shades of Disco #881C49
Tints of Disco #881C49
RGB
CMYK
RGB Variations
Color information
#881C49 (or 0x881C49) is known color: Disco. HEX triplet: 88, 1C and 49. RGB value is (136,28,73). Sum of RGB (Red+Green+Blue) = 136+28+73=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #881C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C49 is #77E3B6. Grayscale: #414141. Windows color (decimal): -7857079 or 4791432. OLE color: 4791432.
HSL color Cylindrical-coordinate representation of color #881C49: hue angle of 335º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881C49 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 73 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.47 |
| HSL | 335º | 0.66% | 0.32% | - |
| HSV(B) | 335º | 0.79% | 0.53% | - |
| XYZ | 11.77 | 6.55 | 6.95 | - |
| YUV | 65.42 | 132.28 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 73 | 0 | 0.79 | 0.46 | 0.47 | 335 | 0.66 | 0.32 |
| Hex | 88 | 1C | 49 | 0 | 4F | 2E | 2F | 14F | 42 | 20 |
| Octal | 210 | 34 | 111 | 0 | 117 | 56 | 57 | 517 | 102 | 40 |
| Binary | 10001000 | 11100 | 1001001 | 0 | 1001111 | 101110 | 101111 | 101001111 | 1000010 | 100000 |
Color Harmonies of #881C49
Complementary color
Monochromatic Colors of #881C49
Black with #881C49
Text Example
Text Example
White with #881C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C49; }
p { color: rgb(136,28,73); }
H1.HeaderClassName
{
color: #881C49;
}
.AnyTagClassName
{
color: #881C49;
}
</style>
background-color css
<style>
a { background-color: #881C49; }
a { background-color: rgb(136,28,73); }
div.DivClassName
{
background-color: #881C49;
}
.BgClassName
{
background-color: #881C49;
}
</style>
border-color css
<style>
span { border-color: #881C49; }
span { border-color: rgb(136,28,73); }
td.TdClassName
{
border-color: #881C49;
}
.TagClassName
{
border-color: #881C49;
}
</style>