Shades of Disco #882D49
Tints of Disco #882D49
RGB
CMYK
RGB Variations
Color information
#882D49 (or 0x882D49) is known color: Disco. HEX triplet: 88, 2D and 49. RGB value is (136,45,73). Sum of RGB (Red+Green+Blue) = 136+45+73=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #882D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D49 is #77D2B6. Grayscale: #4B4B4B. Windows color (decimal): -7852727 or 4795784. OLE color: 4795784.
HSL color Cylindrical-coordinate representation of color #882D49: hue angle of 341.54º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D49 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 73 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.47 |
| HSL | 341.54º | 0.5% | 0.35% | - |
| HSV(B) | 341.54º | 0.67% | 0.53% | - |
| XYZ | 12.29 | 7.59 | 7.12 | - |
| YUV | 75.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 73 | 0 | 0.67 | 0.46 | 0.47 | 341.54 | 0.5 | 0.35 |
| Hex | 88 | 2D | 49 | 0 | 43 | 2E | 2F | 156 | 32 | 23 |
| Octal | 210 | 55 | 111 | 0 | 103 | 56 | 57 | 526 | 62 | 43 |
| Binary | 10001000 | 101101 | 1001001 | 0 | 1000011 | 101110 | 101111 | 101010110 | 110010 | 100011 |
Color Harmonies of #882D49
Complementary color
Monochromatic Colors of #882D49
Black with #882D49
Text Example
Text Example
White with #882D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D49; }
p { color: rgb(136,45,73); }
H1.HeaderClassName
{
color: #882D49;
}
.AnyTagClassName
{
color: #882D49;
}
</style>
background-color css
<style>
a { background-color: #882D49; }
a { background-color: rgb(136,45,73); }
div.DivClassName
{
background-color: #882D49;
}
.BgClassName
{
background-color: #882D49;
}
</style>
border-color css
<style>
span { border-color: #882D49; }
span { border-color: rgb(136,45,73); }
td.TdClassName
{
border-color: #882D49;
}
.TagClassName
{
border-color: #882D49;
}
</style>