Shades of Disco #882F48
Tints of Disco #882F48
RGB
CMYK
RGB Variations
Color information
#882F48 (or 0x882F48) is known color: Disco. HEX triplet: 88, 2F and 48. RGB value is (136,47,72). Sum of RGB (Red+Green+Blue) = 136+47+72=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #882F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F48 is #77D0B7. Grayscale: #4C4C4C. Windows color (decimal): -7852216 or 4730760. OLE color: 4730760.
HSL color Cylindrical-coordinate representation of color #882F48: hue angle of 343.15º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F48 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 72 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.47 |
| HSL | 343.15º | 0.49% | 0.36% | - |
| HSV(B) | 343.15º | 0.65% | 0.53% | - |
| XYZ | 12.34 | 7.74 | 6.97 | - |
| YUV | 76.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 72 | 0 | 0.65 | 0.47 | 0.47 | 343.15 | 0.49 | 0.36 |
| Hex | 88 | 2F | 48 | 0 | 41 | 2F | 2F | 157 | 31 | 24 |
| Octal | 210 | 57 | 110 | 0 | 101 | 57 | 57 | 527 | 61 | 44 |
| Binary | 10001000 | 101111 | 1001000 | 0 | 1000001 | 101111 | 101111 | 101010111 | 110001 | 100100 |
Color Harmonies of #882F48
Complementary color
Monochromatic Colors of #882F48
Black with #882F48
Text Example
Text Example
White with #882F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F48; }
p { color: rgb(136,47,72); }
H1.HeaderClassName
{
color: #882F48;
}
.AnyTagClassName
{
color: #882F48;
}
</style>
background-color css
<style>
a { background-color: #882F48; }
a { background-color: rgb(136,47,72); }
div.DivClassName
{
background-color: #882F48;
}
.BgClassName
{
background-color: #882F48;
}
</style>
border-color css
<style>
span { border-color: #882F48; }
span { border-color: rgb(136,47,72); }
td.TdClassName
{
border-color: #882F48;
}
.TagClassName
{
border-color: #882F48;
}
</style>