Shades of Disco #881641
Tints of Disco #881641
RGB
CMYK
RGB Variations
Color information
#881641 (or 0x881641) is known color: Disco. HEX triplet: 88, 16 and 41. RGB value is (136,22,65). Sum of RGB (Red+Green+Blue) = 136+22+65=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #881641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881641 is #77E9BE. Grayscale: #3C3C3C. Windows color (decimal): -7858623 or 4265608. OLE color: 4265608.
HSL color Cylindrical-coordinate representation of color #881641: hue angle of 337.37º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881641 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 65 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.47 |
| HSL | 337.37º | 0.72% | 0.31% | - |
| HSV(B) | 337.37º | 0.84% | 0.53% | - |
| XYZ | 11.39 | 6.19 | 5.6 | - |
| YUV | 60.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 65 | 0 | 0.84 | 0.52 | 0.47 | 337.37 | 0.72 | 0.31 |
| Hex | 88 | 16 | 41 | 0 | 54 | 34 | 2F | 151 | 48 | 1F |
| Octal | 210 | 26 | 101 | 0 | 124 | 64 | 57 | 521 | 110 | 37 |
| Binary | 10001000 | 10110 | 1000001 | 0 | 1010100 | 110100 | 101111 | 101010001 | 1001000 | 11111 |
Color Harmonies of #881641
Complementary color
Monochromatic Colors of #881641
Black with #881641
Text Example
Text Example
White with #881641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881641; }
p { color: rgb(136,22,65); }
H1.HeaderClassName
{
color: #881641;
}
.AnyTagClassName
{
color: #881641;
}
</style>
background-color css
<style>
a { background-color: #881641; }
a { background-color: rgb(136,22,65); }
div.DivClassName
{
background-color: #881641;
}
.BgClassName
{
background-color: #881641;
}
</style>
border-color css
<style>
span { border-color: #881641; }
span { border-color: rgb(136,22,65); }
td.TdClassName
{
border-color: #881641;
}
.TagClassName
{
border-color: #881641;
}
</style>