Shades of Disco #882149
Tints of Disco #882149
RGB
CMYK
RGB Variations
Color information
#882149 (or 0x882149) is known color: Disco. HEX triplet: 88, 21 and 49. RGB value is (136,33,73). Sum of RGB (Red+Green+Blue) = 136+33+73=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #882149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882149 is #77DEB6. Grayscale: #444444. Windows color (decimal): -7855799 or 4792712. OLE color: 4792712.
HSL color Cylindrical-coordinate representation of color #882149: hue angle of 336.7º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882149 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 73 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.47 |
| HSL | 336.7º | 0.61% | 0.33% | - |
| HSV(B) | 336.7º | 0.76% | 0.53% | - |
| XYZ | 11.9 | 6.8 | 6.99 | - |
| YUV | 68.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 73 | 0 | 0.76 | 0.46 | 0.47 | 336.7 | 0.61 | 0.33 |
| Hex | 88 | 21 | 49 | 0 | 4C | 2E | 2F | 151 | 3D | 21 |
| Octal | 210 | 41 | 111 | 0 | 114 | 56 | 57 | 521 | 75 | 41 |
| Binary | 10001000 | 100001 | 1001001 | 0 | 1001100 | 101110 | 101111 | 101010001 | 111101 | 100001 |
Color Harmonies of #882149
Complementary color
Monochromatic Colors of #882149
Black with #882149
Text Example
Text Example
White with #882149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882149; }
p { color: rgb(136,33,73); }
H1.HeaderClassName
{
color: #882149;
}
.AnyTagClassName
{
color: #882149;
}
</style>
background-color css
<style>
a { background-color: #882149; }
a { background-color: rgb(136,33,73); }
div.DivClassName
{
background-color: #882149;
}
.BgClassName
{
background-color: #882149;
}
</style>
border-color css
<style>
span { border-color: #882149; }
span { border-color: rgb(136,33,73); }
td.TdClassName
{
border-color: #882149;
}
.TagClassName
{
border-color: #882149;
}
</style>