Shades of Disco #881447
Tints of Disco #881447
RGB
CMYK
RGB Variations
Color information
#881447 (or 0x881447) is known color: Disco. HEX triplet: 88, 14 and 47. RGB value is (136,20,71). Sum of RGB (Red+Green+Blue) = 136+20+71=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #881447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881447 is #77EBB8. Grayscale: #3C3C3C. Windows color (decimal): -7859129 or 4658312. OLE color: 4658312.
HSL color Cylindrical-coordinate representation of color #881447: hue angle of 333.62º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881447 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 71 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.47 |
| HSL | 333.62º | 0.74% | 0.31% | - |
| HSV(B) | 333.62º | 0.85% | 0.53% | - |
| XYZ | 11.54 | 6.19 | 6.55 | - |
| YUV | 60.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 71 | 0 | 0.85 | 0.48 | 0.47 | 333.62 | 0.74 | 0.31 |
| Hex | 88 | 14 | 47 | 0 | 55 | 30 | 2F | 14E | 4A | 1F |
| Octal | 210 | 24 | 107 | 0 | 125 | 60 | 57 | 516 | 112 | 37 |
| Binary | 10001000 | 10100 | 1000111 | 0 | 1010101 | 110000 | 101111 | 101001110 | 1001010 | 11111 |
Color Harmonies of #881447
Complementary color
Monochromatic Colors of #881447
Black with #881447
Text Example
Text Example
White with #881447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881447; }
p { color: rgb(136,20,71); }
H1.HeaderClassName
{
color: #881447;
}
.AnyTagClassName
{
color: #881447;
}
</style>
background-color css
<style>
a { background-color: #881447; }
a { background-color: rgb(136,20,71); }
div.DivClassName
{
background-color: #881447;
}
.BgClassName
{
background-color: #881447;
}
</style>
border-color css
<style>
span { border-color: #881447; }
span { border-color: rgb(136,20,71); }
td.TdClassName
{
border-color: #881447;
}
.TagClassName
{
border-color: #881447;
}
</style>