Shades of Disco #882C4F
Tints of Disco #882C4F
RGB
CMYK
RGB Variations
Color information
#882C4F (or 0x882C4F) is known color: Disco. HEX triplet: 88, 2C and 4F. RGB value is (136,44,79). Sum of RGB (Red+Green+Blue) = 136+44+79=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #882C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882C4F is #77D3B0. Grayscale: #4B4B4B. Windows color (decimal): -7852977 or 5188744. OLE color: 5188744.
HSL color Cylindrical-coordinate representation of color #882C4F: hue angle of 337.17º 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 #882C4F is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 79 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.47 |
| HSL | 337.17º | 0.51% | 0.35% | - |
| HSV(B) | 337.17º | 0.68% | 0.53% | - |
| XYZ | 12.47 | 7.6 | 8.21 | - |
| YUV | 75.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 79 | 0 | 0.68 | 0.42 | 0.47 | 337.17 | 0.51 | 0.35 |
| Hex | 88 | 2C | 4F | 0 | 44 | 2A | 2F | 151 | 33 | 23 |
| Octal | 210 | 54 | 117 | 0 | 104 | 52 | 57 | 521 | 63 | 43 |
| Binary | 10001000 | 101100 | 1001111 | 0 | 1000100 | 101010 | 101111 | 101010001 | 110011 | 100011 |
Color Harmonies of #882C4F
Complementary color
Monochromatic Colors of #882C4F
Black with #882C4F
Text Example
Text Example
White with #882C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C4F; }
p { color: rgb(136,44,79); }
H1.HeaderClassName
{
color: #882C4F;
}
.AnyTagClassName
{
color: #882C4F;
}
</style>
background-color css
<style>
a { background-color: #882C4F; }
a { background-color: rgb(136,44,79); }
div.DivClassName
{
background-color: #882C4F;
}
.BgClassName
{
background-color: #882C4F;
}
</style>
border-color css
<style>
span { border-color: #882C4F; }
span { border-color: rgb(136,44,79); }
td.TdClassName
{
border-color: #882C4F;
}
.TagClassName
{
border-color: #882C4F;
}
</style>