Shades of Disco #882841
Tints of Disco #882841
RGB
CMYK
RGB Variations
Color information
#882841 (or 0x882841) is known color: Disco. HEX triplet: 88, 28 and 41. RGB value is (136,40,65). Sum of RGB (Red+Green+Blue) = 136+40+65=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #882841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882841 is #77D7BE. Grayscale: #474747. Windows color (decimal): -7854015 or 4270216. OLE color: 4270216.
HSL color Cylindrical-coordinate representation of color #882841: hue angle of 344.38º 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 #882841 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 65 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.47 |
| HSL | 344.38º | 0.55% | 0.35% | - |
| HSV(B) | 344.38º | 0.71% | 0.53% | - |
| XYZ | 11.87 | 7.13 | 5.75 | - |
| YUV | 71.55 | 124.3 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 65 | 0 | 0.71 | 0.52 | 0.47 | 344.38 | 0.55 | 0.35 |
| Hex | 88 | 28 | 41 | 0 | 47 | 34 | 2F | 158 | 37 | 23 |
| Octal | 210 | 50 | 101 | 0 | 107 | 64 | 57 | 530 | 67 | 43 |
| Binary | 10001000 | 101000 | 1000001 | 0 | 1000111 | 110100 | 101111 | 101011000 | 110111 | 100011 |
Color Harmonies of #882841
Complementary color
Monochromatic Colors of #882841
Black with #882841
Text Example
Text Example
White with #882841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882841; }
p { color: rgb(136,40,65); }
H1.HeaderClassName
{
color: #882841;
}
.AnyTagClassName
{
color: #882841;
}
</style>
background-color css
<style>
a { background-color: #882841; }
a { background-color: rgb(136,40,65); }
div.DivClassName
{
background-color: #882841;
}
.BgClassName
{
background-color: #882841;
}
</style>
border-color css
<style>
span { border-color: #882841; }
span { border-color: rgb(136,40,65); }
td.TdClassName
{
border-color: #882841;
}
.TagClassName
{
border-color: #882841;
}
</style>