Shades of Disco #881740
Tints of Disco #881740
RGB
CMYK
RGB Variations
Color information
#881740 (or 0x881740) is known color: Disco. HEX triplet: 88, 17 and 40. RGB value is (136,23,64). Sum of RGB (Red+Green+Blue) = 136+23+64=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #881740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881740 is #77E8BF. Grayscale: #3D3D3D. Windows color (decimal): -7858368 or 4200328. OLE color: 4200328.
HSL color Cylindrical-coordinate representation of color #881740: hue angle of 338.23º 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 #881740 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 64 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.47 |
| HSL | 338.23º | 0.71% | 0.31% | - |
| HSV(B) | 338.23º | 0.83% | 0.53% | - |
| XYZ | 11.39 | 6.22 | 5.45 | - |
| YUV | 61.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 64 | 0 | 0.83 | 0.53 | 0.47 | 338.23 | 0.71 | 0.31 |
| Hex | 88 | 17 | 40 | 0 | 53 | 35 | 2F | 152 | 47 | 1F |
| Octal | 210 | 27 | 100 | 0 | 123 | 65 | 57 | 522 | 107 | 37 |
| Binary | 10001000 | 10111 | 1000000 | 0 | 1010011 | 110101 | 101111 | 101010010 | 1000111 | 11111 |
Color Harmonies of #881740
Complementary color
Monochromatic Colors of #881740
Black with #881740
Text Example
Text Example
White with #881740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881740; }
p { color: rgb(136,23,64); }
H1.HeaderClassName
{
color: #881740;
}
.AnyTagClassName
{
color: #881740;
}
</style>
background-color css
<style>
a { background-color: #881740; }
a { background-color: rgb(136,23,64); }
div.DivClassName
{
background-color: #881740;
}
.BgClassName
{
background-color: #881740;
}
</style>
border-color css
<style>
span { border-color: #881740; }
span { border-color: rgb(136,23,64); }
td.TdClassName
{
border-color: #881740;
}
.TagClassName
{
border-color: #881740;
}
</style>