Shades of Disco #881748
Tints of Disco #881748
RGB
CMYK
RGB Variations
Color information
#881748 (or 0x881748) is known color: Disco. HEX triplet: 88, 17 and 48. RGB value is (136,23,72). Sum of RGB (Red+Green+Blue) = 136+23+72=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #881748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881748 is #77E8B7. Grayscale: #3E3E3E. Windows color (decimal): -7858360 or 4724616. OLE color: 4724616.
HSL color Cylindrical-coordinate representation of color #881748: hue angle of 333.98º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881748 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 72 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.47 |
| HSL | 333.98º | 0.71% | 0.31% | - |
| HSV(B) | 333.98º | 0.83% | 0.53% | - |
| XYZ | 11.63 | 6.31 | 6.74 | - |
| YUV | 62.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 72 | 0 | 0.83 | 0.47 | 0.47 | 333.98 | 0.71 | 0.31 |
| Hex | 88 | 17 | 48 | 0 | 53 | 2F | 2F | 14E | 47 | 1F |
| Octal | 210 | 27 | 110 | 0 | 123 | 57 | 57 | 516 | 107 | 37 |
| Binary | 10001000 | 10111 | 1001000 | 0 | 1010011 | 101111 | 101111 | 101001110 | 1000111 | 11111 |
Color Harmonies of #881748
Complementary color
Monochromatic Colors of #881748
Black with #881748
Text Example
Text Example
White with #881748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881748; }
p { color: rgb(136,23,72); }
H1.HeaderClassName
{
color: #881748;
}
.AnyTagClassName
{
color: #881748;
}
</style>
background-color css
<style>
a { background-color: #881748; }
a { background-color: rgb(136,23,72); }
div.DivClassName
{
background-color: #881748;
}
.BgClassName
{
background-color: #881748;
}
</style>
border-color css
<style>
span { border-color: #881748; }
span { border-color: rgb(136,23,72); }
td.TdClassName
{
border-color: #881748;
}
.TagClassName
{
border-color: #881748;
}
</style>