Shades of Disco #882847
Tints of Disco #882847
RGB
CMYK
RGB Variations
Color information
#882847 (or 0x882847) is known color: Disco. HEX triplet: 88, 28 and 47. RGB value is (136,40,71). Sum of RGB (Red+Green+Blue) = 136+40+71=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #882847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882847 is #77D7B8. Grayscale: #484848. Windows color (decimal): -7854009 or 4663432. OLE color: 4663432.
HSL color Cylindrical-coordinate representation of color #882847: hue angle of 340.62º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882847 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 71 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.47 |
| HSL | 340.63º | 0.55% | 0.35% | - |
| HSV(B) | 340.63º | 0.71% | 0.53% | - |
| XYZ | 12.05 | 7.21 | 6.72 | - |
| YUV | 72.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 71 | 0 | 0.71 | 0.48 | 0.47 | 340.63 | 0.55 | 0.35 |
| Hex | 88 | 28 | 47 | 0 | 47 | 30 | 2F | 155 | 37 | 23 |
| Octal | 210 | 50 | 107 | 0 | 107 | 60 | 57 | 525 | 67 | 43 |
| Binary | 10001000 | 101000 | 1000111 | 0 | 1000111 | 110000 | 101111 | 101010101 | 110111 | 100011 |
Color Harmonies of #882847
Complementary color
Monochromatic Colors of #882847
Black with #882847
Text Example
Text Example
White with #882847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882847; }
p { color: rgb(136,40,71); }
H1.HeaderClassName
{
color: #882847;
}
.AnyTagClassName
{
color: #882847;
}
</style>
background-color css
<style>
a { background-color: #882847; }
a { background-color: rgb(136,40,71); }
div.DivClassName
{
background-color: #882847;
}
.BgClassName
{
background-color: #882847;
}
</style>
border-color css
<style>
span { border-color: #882847; }
span { border-color: rgb(136,40,71); }
td.TdClassName
{
border-color: #882847;
}
.TagClassName
{
border-color: #882847;
}
</style>