Shades of Disco #882842
Tints of Disco #882842
RGB
CMYK
RGB Variations
Color information
#882842 (or 0x882842) is known color: Disco. HEX triplet: 88, 28 and 42. RGB value is (136,40,66). Sum of RGB (Red+Green+Blue) = 136+40+66=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #882842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882842 is #77D7BD. Grayscale: #474747. Windows color (decimal): -7854014 or 4335752. OLE color: 4335752.
HSL color Cylindrical-coordinate representation of color #882842: hue angle of 343.75º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882842 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 66 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.47 |
| HSL | 343.75º | 0.55% | 0.35% | - |
| HSV(B) | 343.75º | 0.71% | 0.53% | - |
| XYZ | 11.9 | 7.15 | 5.91 | - |
| YUV | 71.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 66 | 0 | 0.71 | 0.51 | 0.47 | 343.75 | 0.55 | 0.35 |
| Hex | 88 | 28 | 42 | 0 | 47 | 33 | 2F | 158 | 37 | 23 |
| Octal | 210 | 50 | 102 | 0 | 107 | 63 | 57 | 530 | 67 | 43 |
| Binary | 10001000 | 101000 | 1000010 | 0 | 1000111 | 110011 | 101111 | 101011000 | 110111 | 100011 |
Color Harmonies of #882842
Complementary color
Monochromatic Colors of #882842
Black with #882842
Text Example
Text Example
White with #882842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882842; }
p { color: rgb(136,40,66); }
H1.HeaderClassName
{
color: #882842;
}
.AnyTagClassName
{
color: #882842;
}
</style>
background-color css
<style>
a { background-color: #882842; }
a { background-color: rgb(136,40,66); }
div.DivClassName
{
background-color: #882842;
}
.BgClassName
{
background-color: #882842;
}
</style>
border-color css
<style>
span { border-color: #882842; }
span { border-color: rgb(136,40,66); }
td.TdClassName
{
border-color: #882842;
}
.TagClassName
{
border-color: #882842;
}
</style>