Shades of Disco #882047
Tints of Disco #882047
RGB
CMYK
RGB Variations
Color information
#882047 (or 0x882047) is known color: Disco. HEX triplet: 88, 20 and 47. RGB value is (136,32,71). Sum of RGB (Red+Green+Blue) = 136+32+71=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #882047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882047 is #77DFB8. Grayscale: #434343. Windows color (decimal): -7856057 or 4661384. OLE color: 4661384.
HSL color Cylindrical-coordinate representation of color #882047: hue angle of 337.5º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882047 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 71 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.47 |
| HSL | 337.5º | 0.62% | 0.33% | - |
| HSV(B) | 337.5º | 0.76% | 0.53% | - |
| XYZ | 11.81 | 6.72 | 6.64 | - |
| YUV | 67.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 71 | 0 | 0.76 | 0.48 | 0.47 | 337.5 | 0.62 | 0.33 |
| Hex | 88 | 20 | 47 | 0 | 4C | 30 | 2F | 152 | 3E | 21 |
| Octal | 210 | 40 | 107 | 0 | 114 | 60 | 57 | 522 | 76 | 41 |
| Binary | 10001000 | 100000 | 1000111 | 0 | 1001100 | 110000 | 101111 | 101010010 | 111110 | 100001 |
Color Harmonies of #882047
Complementary color
Monochromatic Colors of #882047
Black with #882047
Text Example
Text Example
White with #882047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882047; }
p { color: rgb(136,32,71); }
H1.HeaderClassName
{
color: #882047;
}
.AnyTagClassName
{
color: #882047;
}
</style>
background-color css
<style>
a { background-color: #882047; }
a { background-color: rgb(136,32,71); }
div.DivClassName
{
background-color: #882047;
}
.BgClassName
{
background-color: #882047;
}
</style>
border-color css
<style>
span { border-color: #882047; }
span { border-color: rgb(136,32,71); }
td.TdClassName
{
border-color: #882047;
}
.TagClassName
{
border-color: #882047;
}
</style>