Shades of Disco #882F4C
Tints of Disco #882F4C
RGB
CMYK
RGB Variations
Color information
#882F4C (or 0x882F4C) is known color: Disco. HEX triplet: 88, 2F and 4C. RGB value is (136,47,76). Sum of RGB (Red+Green+Blue) = 136+47+76=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #882F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F4C is #77D0B3. Grayscale: #4C4C4C. Windows color (decimal): -7852212 or 4992904. OLE color: 4992904.
HSL color Cylindrical-coordinate representation of color #882F4C: hue angle of 340.45º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F4C is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 76 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.47 |
| HSL | 340.45º | 0.49% | 0.36% | - |
| HSV(B) | 340.45º | 0.65% | 0.53% | - |
| XYZ | 12.47 | 7.79 | 7.68 | - |
| YUV | 76.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 76 | 0 | 0.65 | 0.44 | 0.47 | 340.45 | 0.49 | 0.36 |
| Hex | 88 | 2F | 4C | 0 | 41 | 2C | 2F | 154 | 31 | 24 |
| Octal | 210 | 57 | 114 | 0 | 101 | 54 | 57 | 524 | 61 | 44 |
| Binary | 10001000 | 101111 | 1001100 | 0 | 1000001 | 101100 | 101111 | 101010100 | 110001 | 100100 |
Color Harmonies of #882F4C
Complementary color
Monochromatic Colors of #882F4C
Black with #882F4C
Text Example
Text Example
White with #882F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F4C; }
p { color: rgb(136,47,76); }
H1.HeaderClassName
{
color: #882F4C;
}
.AnyTagClassName
{
color: #882F4C;
}
</style>
background-color css
<style>
a { background-color: #882F4C; }
a { background-color: rgb(136,47,76); }
div.DivClassName
{
background-color: #882F4C;
}
.BgClassName
{
background-color: #882F4C;
}
</style>
border-color css
<style>
span { border-color: #882F4C; }
span { border-color: rgb(136,47,76); }
td.TdClassName
{
border-color: #882F4C;
}
.TagClassName
{
border-color: #882F4C;
}
</style>