Shades of Disco #881947
Tints of Disco #881947
RGB
CMYK
RGB Variations
Color information
#881947 (or 0x881947) is known color: Disco. HEX triplet: 88, 19 and 47. RGB value is (136,25,71). Sum of RGB (Red+Green+Blue) = 136+25+71=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #881947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881947 is #77E6B8. Grayscale: #3F3F3F. Windows color (decimal): -7857849 or 4659592. OLE color: 4659592.
HSL color Cylindrical-coordinate representation of color #881947: hue angle of 335.14º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881947 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 71 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.47 |
| HSL | 335.14º | 0.69% | 0.32% | - |
| HSV(B) | 335.14º | 0.82% | 0.53% | - |
| XYZ | 11.64 | 6.38 | 6.58 | - |
| YUV | 63.43 | 132.27 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 71 | 0 | 0.82 | 0.48 | 0.47 | 335.14 | 0.69 | 0.32 |
| Hex | 88 | 19 | 47 | 0 | 52 | 30 | 2F | 14F | 45 | 20 |
| Octal | 210 | 31 | 107 | 0 | 122 | 60 | 57 | 517 | 105 | 40 |
| Binary | 10001000 | 11001 | 1000111 | 0 | 1010010 | 110000 | 101111 | 101001111 | 1000101 | 100000 |
Color Harmonies of #881947
Complementary color
Monochromatic Colors of #881947
Black with #881947
Text Example
Text Example
White with #881947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881947; }
p { color: rgb(136,25,71); }
H1.HeaderClassName
{
color: #881947;
}
.AnyTagClassName
{
color: #881947;
}
</style>
background-color css
<style>
a { background-color: #881947; }
a { background-color: rgb(136,25,71); }
div.DivClassName
{
background-color: #881947;
}
.BgClassName
{
background-color: #881947;
}
</style>
border-color css
<style>
span { border-color: #881947; }
span { border-color: rgb(136,25,71); }
td.TdClassName
{
border-color: #881947;
}
.TagClassName
{
border-color: #881947;
}
</style>