Shades of Disco #882C4C
Tints of Disco #882C4C
RGB
CMYK
RGB Variations
Color information
#882C4C (or 0x882C4C) is known color: Disco. HEX triplet: 88, 2C and 4C. RGB value is (136,44,76). Sum of RGB (Red+Green+Blue) = 136+44+76=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #882C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C4C is #77D3B3. Grayscale: #4B4B4B. Windows color (decimal): -7852980 or 4992136. OLE color: 4992136.
HSL color Cylindrical-coordinate representation of color #882C4C: hue angle of 339.13º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882C4C is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 76 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.47 |
| HSL | 339.13º | 0.51% | 0.35% | - |
| HSV(B) | 339.13º | 0.68% | 0.53% | - |
| XYZ | 12.36 | 7.56 | 7.64 | - |
| YUV | 75.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 76 | 0 | 0.68 | 0.44 | 0.47 | 339.13 | 0.51 | 0.35 |
| Hex | 88 | 2C | 4C | 0 | 44 | 2C | 2F | 153 | 33 | 23 |
| Octal | 210 | 54 | 114 | 0 | 104 | 54 | 57 | 523 | 63 | 43 |
| Binary | 10001000 | 101100 | 1001100 | 0 | 1000100 | 101100 | 101111 | 101010011 | 110011 | 100011 |
Color Harmonies of #882C4C
Complementary color
Monochromatic Colors of #882C4C
Black with #882C4C
Text Example
Text Example
White with #882C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C4C; }
p { color: rgb(136,44,76); }
H1.HeaderClassName
{
color: #882C4C;
}
.AnyTagClassName
{
color: #882C4C;
}
</style>
background-color css
<style>
a { background-color: #882C4C; }
a { background-color: rgb(136,44,76); }
div.DivClassName
{
background-color: #882C4C;
}
.BgClassName
{
background-color: #882C4C;
}
</style>
border-color css
<style>
span { border-color: #882C4C; }
span { border-color: rgb(136,44,76); }
td.TdClassName
{
border-color: #882C4C;
}
.TagClassName
{
border-color: #882C4C;
}
</style>