Shades of Disco #882C44
Tints of Disco #882C44
RGB
CMYK
RGB Variations
Color information
#882C44 (or 0x882C44) is known color: Disco. HEX triplet: 88, 2C and 44. RGB value is (136,44,68). Sum of RGB (Red+Green+Blue) = 136+44+68=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #882C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C44 is #77D3BB. Grayscale: #4A4A4A. Windows color (decimal): -7852988 or 4467848. OLE color: 4467848.
HSL color Cylindrical-coordinate representation of color #882C44: hue angle of 344.35º 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 #882C44 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 68 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.47 |
| HSL | 344.35º | 0.51% | 0.35% | - |
| HSV(B) | 344.35º | 0.68% | 0.53% | - |
| XYZ | 12.1 | 7.45 | 6.27 | - |
| YUV | 74.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 68 | 0 | 0.68 | 0.50 | 0.47 | 344.35 | 0.51 | 0.35 |
| Hex | 88 | 2C | 44 | 0 | 44 | 32 | 2F | 158 | 33 | 23 |
| Octal | 210 | 54 | 104 | 0 | 104 | 62 | 57 | 530 | 63 | 43 |
| Binary | 10001000 | 101100 | 1000100 | 0 | 1000100 | 110010 | 101111 | 101011000 | 110011 | 100011 |
Color Harmonies of #882C44
Complementary color
Monochromatic Colors of #882C44
Black with #882C44
Text Example
Text Example
White with #882C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C44; }
p { color: rgb(136,44,68); }
H1.HeaderClassName
{
color: #882C44;
}
.AnyTagClassName
{
color: #882C44;
}
</style>
background-color css
<style>
a { background-color: #882C44; }
a { background-color: rgb(136,44,68); }
div.DivClassName
{
background-color: #882C44;
}
.BgClassName
{
background-color: #882C44;
}
</style>
border-color css
<style>
span { border-color: #882C44; }
span { border-color: rgb(136,44,68); }
td.TdClassName
{
border-color: #882C44;
}
.TagClassName
{
border-color: #882C44;
}
</style>