Shades of Disco #882F4D
Tints of Disco #882F4D
RGB
CMYK
RGB Variations
Color information
#882F4D (or 0x882F4D) is known color: Disco. HEX triplet: 88, 2F and 4D. RGB value is (136,47,77). Sum of RGB (Red+Green+Blue) = 136+47+77=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #882F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F4D is #77D0B2. Grayscale: #4D4D4D. Windows color (decimal): -7852211 or 5058440. OLE color: 5058440.
HSL color Cylindrical-coordinate representation of color #882F4D: hue angle of 339.78º 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 #882F4D is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 77 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.47 |
| HSL | 339.78º | 0.49% | 0.36% | - |
| HSV(B) | 339.78º | 0.65% | 0.53% | - |
| XYZ | 12.51 | 7.8 | 7.87 | - |
| YUV | 77.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 77 | 0 | 0.65 | 0.43 | 0.47 | 339.78 | 0.49 | 0.36 |
| Hex | 88 | 2F | 4D | 0 | 41 | 2B | 2F | 154 | 31 | 24 |
| Octal | 210 | 57 | 115 | 0 | 101 | 53 | 57 | 524 | 61 | 44 |
| Binary | 10001000 | 101111 | 1001101 | 0 | 1000001 | 101011 | 101111 | 101010100 | 110001 | 100100 |
Color Harmonies of #882F4D
Complementary color
Monochromatic Colors of #882F4D
Black with #882F4D
Text Example
Text Example
White with #882F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F4D; }
p { color: rgb(136,47,77); }
H1.HeaderClassName
{
color: #882F4D;
}
.AnyTagClassName
{
color: #882F4D;
}
</style>
background-color css
<style>
a { background-color: #882F4D; }
a { background-color: rgb(136,47,77); }
div.DivClassName
{
background-color: #882F4D;
}
.BgClassName
{
background-color: #882F4D;
}
</style>
border-color css
<style>
span { border-color: #882F4D; }
span { border-color: rgb(136,47,77); }
td.TdClassName
{
border-color: #882F4D;
}
.TagClassName
{
border-color: #882F4D;
}
</style>