Shades of Disco #882542
Tints of Disco #882542
RGB
CMYK
RGB Variations
Color information
#882542 (or 0x882542) is known color: Disco. HEX triplet: 88, 25 and 42. RGB value is (136,37,66). Sum of RGB (Red+Green+Blue) = 136+37+66=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #882542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882542 is #77DABD. Grayscale: #454545. Windows color (decimal): -7854782 or 4334984. OLE color: 4334984.
HSL color Cylindrical-coordinate representation of color #882542: hue angle of 342.42º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882542 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 66 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.47 |
| HSL | 342.42º | 0.57% | 0.34% | - |
| HSV(B) | 342.42º | 0.73% | 0.53% | - |
| XYZ | 11.8 | 6.95 | 5.87 | - |
| YUV | 69.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 66 | 0 | 0.73 | 0.51 | 0.47 | 342.42 | 0.57 | 0.34 |
| Hex | 88 | 25 | 42 | 0 | 49 | 33 | 2F | 156 | 39 | 22 |
| Octal | 210 | 45 | 102 | 0 | 111 | 63 | 57 | 526 | 71 | 42 |
| Binary | 10001000 | 100101 | 1000010 | 0 | 1001001 | 110011 | 101111 | 101010110 | 111001 | 100010 |
Color Harmonies of #882542
Complementary color
Monochromatic Colors of #882542
Black with #882542
Text Example
Text Example
White with #882542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882542; }
p { color: rgb(136,37,66); }
H1.HeaderClassName
{
color: #882542;
}
.AnyTagClassName
{
color: #882542;
}
</style>
background-color css
<style>
a { background-color: #882542; }
a { background-color: rgb(136,37,66); }
div.DivClassName
{
background-color: #882542;
}
.BgClassName
{
background-color: #882542;
}
</style>
border-color css
<style>
span { border-color: #882542; }
span { border-color: rgb(136,37,66); }
td.TdClassName
{
border-color: #882542;
}
.TagClassName
{
border-color: #882542;
}
</style>