Shades of Disco #881548
Tints of Disco #881548
RGB
CMYK
RGB Variations
Color information
#881548 (or 0x881548) is known color: Disco. HEX triplet: 88, 15 and 48. RGB value is (136,21,72). Sum of RGB (Red+Green+Blue) = 136+21+72=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #881548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881548 is #77EAB7. Grayscale: #3D3D3D. Windows color (decimal): -7858872 or 4724104. OLE color: 4724104.
HSL color Cylindrical-coordinate representation of color #881548: hue angle of 333.39º degrees, saturation: 0.73, 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 #881548 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 72 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.47 |
| HSL | 333.39º | 0.73% | 0.31% | - |
| HSV(B) | 333.39º | 0.85% | 0.53% | - |
| XYZ | 11.59 | 6.24 | 6.72 | - |
| YUV | 61.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 72 | 0 | 0.85 | 0.47 | 0.47 | 333.39 | 0.73 | 0.31 |
| Hex | 88 | 15 | 48 | 0 | 55 | 2F | 2F | 14D | 49 | 1F |
| Octal | 210 | 25 | 110 | 0 | 125 | 57 | 57 | 515 | 111 | 37 |
| Binary | 10001000 | 10101 | 1001000 | 0 | 1010101 | 101111 | 101111 | 101001101 | 1001001 | 11111 |
Color Harmonies of #881548
Complementary color
Monochromatic Colors of #881548
Black with #881548
Text Example
Text Example
White with #881548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881548; }
p { color: rgb(136,21,72); }
H1.HeaderClassName
{
color: #881548;
}
.AnyTagClassName
{
color: #881548;
}
</style>
background-color css
<style>
a { background-color: #881548; }
a { background-color: rgb(136,21,72); }
div.DivClassName
{
background-color: #881548;
}
.BgClassName
{
background-color: #881548;
}
</style>
border-color css
<style>
span { border-color: #881548; }
span { border-color: rgb(136,21,72); }
td.TdClassName
{
border-color: #881548;
}
.TagClassName
{
border-color: #881548;
}
</style>