Shades of Disco #882C46
Tints of Disco #882C46
RGB
CMYK
RGB Variations
Color information
#882C46 (or 0x882C46) is known color: Disco. HEX triplet: 88, 2C and 46. RGB value is (136,44,70). Sum of RGB (Red+Green+Blue) = 136+44+70=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #882C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C46 is #77D3B9. Grayscale: #4A4A4A. Windows color (decimal): -7852986 or 4598920. OLE color: 4598920.
HSL color Cylindrical-coordinate representation of color #882C46: hue angle of 343.04º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882C46 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 70 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.47 |
| HSL | 343.04º | 0.51% | 0.35% | - |
| HSV(B) | 343.04º | 0.68% | 0.53% | - |
| XYZ | 12.16 | 7.48 | 6.6 | - |
| YUV | 74.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 70 | 0 | 0.68 | 0.49 | 0.47 | 343.04 | 0.51 | 0.35 |
| Hex | 88 | 2C | 46 | 0 | 44 | 31 | 2F | 157 | 33 | 23 |
| Octal | 210 | 54 | 106 | 0 | 104 | 61 | 57 | 527 | 63 | 43 |
| Binary | 10001000 | 101100 | 1000110 | 0 | 1000100 | 110001 | 101111 | 101010111 | 110011 | 100011 |
Color Harmonies of #882C46
Complementary color
Monochromatic Colors of #882C46
Black with #882C46
Text Example
Text Example
White with #882C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C46; }
p { color: rgb(136,44,70); }
H1.HeaderClassName
{
color: #882C46;
}
.AnyTagClassName
{
color: #882C46;
}
</style>
background-color css
<style>
a { background-color: #882C46; }
a { background-color: rgb(136,44,70); }
div.DivClassName
{
background-color: #882C46;
}
.BgClassName
{
background-color: #882C46;
}
</style>
border-color css
<style>
span { border-color: #882C46; }
span { border-color: rgb(136,44,70); }
td.TdClassName
{
border-color: #882C46;
}
.TagClassName
{
border-color: #882C46;
}
</style>