Shades of Disco #882048
Tints of Disco #882048
RGB
CMYK
RGB Variations
Color information
#882048 (or 0x882048) is known color: Disco. HEX triplet: 88, 20 and 48. RGB value is (136,32,72). Sum of RGB (Red+Green+Blue) = 136+32+72=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #882048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882048 is #77DFB7. Grayscale: #434343. Windows color (decimal): -7856056 or 4726920. OLE color: 4726920.
HSL color Cylindrical-coordinate representation of color #882048: hue angle of 336.92º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882048 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 72 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.47 |
| HSL | 336.92º | 0.62% | 0.33% | - |
| HSV(B) | 336.92º | 0.76% | 0.53% | - |
| XYZ | 11.84 | 6.74 | 6.81 | - |
| YUV | 67.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 72 | 0 | 0.76 | 0.47 | 0.47 | 336.92 | 0.62 | 0.33 |
| Hex | 88 | 20 | 48 | 0 | 4C | 2F | 2F | 151 | 3E | 21 |
| Octal | 210 | 40 | 110 | 0 | 114 | 57 | 57 | 521 | 76 | 41 |
| Binary | 10001000 | 100000 | 1001000 | 0 | 1001100 | 101111 | 101111 | 101010001 | 111110 | 100001 |
Color Harmonies of #882048
Complementary color
Monochromatic Colors of #882048
Black with #882048
Text Example
Text Example
White with #882048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882048; }
p { color: rgb(136,32,72); }
H1.HeaderClassName
{
color: #882048;
}
.AnyTagClassName
{
color: #882048;
}
</style>
background-color css
<style>
a { background-color: #882048; }
a { background-color: rgb(136,32,72); }
div.DivClassName
{
background-color: #882048;
}
.BgClassName
{
background-color: #882048;
}
</style>
border-color css
<style>
span { border-color: #882048; }
span { border-color: rgb(136,32,72); }
td.TdClassName
{
border-color: #882048;
}
.TagClassName
{
border-color: #882048;
}
</style>