Shades of Disco #882C50
Tints of Disco #882C50
RGB
CMYK
RGB Variations
Color information
#882C50 (or 0x882C50) is known color: Disco. HEX triplet: 88, 2C and 50. RGB value is (136,44,80). Sum of RGB (Red+Green+Blue) = 136+44+80=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #882C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882C50 is #77D3AF. Grayscale: #4B4B4B. Windows color (decimal): -7852976 or 5254280. OLE color: 5254280.
HSL color Cylindrical-coordinate representation of color #882C50: hue angle of 336.52º 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 #882C50 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 80 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.47 |
| HSL | 336.52º | 0.51% | 0.35% | - |
| HSV(B) | 336.52º | 0.68% | 0.53% | - |
| XYZ | 12.5 | 7.61 | 8.4 | - |
| YUV | 75.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 80 | 0 | 0.68 | 0.41 | 0.47 | 336.52 | 0.51 | 0.35 |
| Hex | 88 | 2C | 50 | 0 | 44 | 29 | 2F | 151 | 33 | 23 |
| Octal | 210 | 54 | 120 | 0 | 104 | 51 | 57 | 521 | 63 | 43 |
| Binary | 10001000 | 101100 | 1010000 | 0 | 1000100 | 101001 | 101111 | 101010001 | 110011 | 100011 |
Color Harmonies of #882C50
Complementary color
Monochromatic Colors of #882C50
Black with #882C50
Text Example
Text Example
White with #882C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C50; }
p { color: rgb(136,44,80); }
H1.HeaderClassName
{
color: #882C50;
}
.AnyTagClassName
{
color: #882C50;
}
</style>
background-color css
<style>
a { background-color: #882C50; }
a { background-color: rgb(136,44,80); }
div.DivClassName
{
background-color: #882C50;
}
.BgClassName
{
background-color: #882C50;
}
</style>
border-color css
<style>
span { border-color: #882C50; }
span { border-color: rgb(136,44,80); }
td.TdClassName
{
border-color: #882C50;
}
.TagClassName
{
border-color: #882C50;
}
</style>