Shades of Disco #881642
Tints of Disco #881642
RGB
CMYK
RGB Variations
Color information
#881642 (or 0x881642) is known color: Disco. HEX triplet: 88, 16 and 42. RGB value is (136,22,66). Sum of RGB (Red+Green+Blue) = 136+22+66=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #881642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881642 is #77E9BD. Grayscale: #3D3D3D. Windows color (decimal): -7858622 or 4331144. OLE color: 4331144.
HSL color Cylindrical-coordinate representation of color #881642: hue angle of 336.84º 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 #881642 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 66 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.47 |
| HSL | 336.84º | 0.72% | 0.31% | - |
| HSV(B) | 336.84º | 0.84% | 0.53% | - |
| XYZ | 11.42 | 6.2 | 5.75 | - |
| YUV | 61.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 66 | 0 | 0.84 | 0.51 | 0.47 | 336.84 | 0.72 | 0.31 |
| Hex | 88 | 16 | 42 | 0 | 54 | 33 | 2F | 151 | 48 | 1F |
| Octal | 210 | 26 | 102 | 0 | 124 | 63 | 57 | 521 | 110 | 37 |
| Binary | 10001000 | 10110 | 1000010 | 0 | 1010100 | 110011 | 101111 | 101010001 | 1001000 | 11111 |
Color Harmonies of #881642
Complementary color
Monochromatic Colors of #881642
Black with #881642
Text Example
Text Example
White with #881642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881642; }
p { color: rgb(136,22,66); }
H1.HeaderClassName
{
color: #881642;
}
.AnyTagClassName
{
color: #881642;
}
</style>
background-color css
<style>
a { background-color: #881642; }
a { background-color: rgb(136,22,66); }
div.DivClassName
{
background-color: #881642;
}
.BgClassName
{
background-color: #881642;
}
</style>
border-color css
<style>
span { border-color: #881642; }
span { border-color: rgb(136,22,66); }
td.TdClassName
{
border-color: #881642;
}
.TagClassName
{
border-color: #881642;
}
</style>