Shades of Disco #88163F
Tints of Disco #88163F
RGB
CMYK
RGB Variations
Color information
#88163F (or 0x88163F) is known color: Disco. HEX triplet: 88, 16 and 3F. RGB value is (136,22,63). Sum of RGB (Red+Green+Blue) = 136+22+63=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #88163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88163F is #77E9C0. Grayscale: #3C3C3C. Windows color (decimal): -7858625 or 4134536. OLE color: 4134536.
HSL color Cylindrical-coordinate representation of color #88163F: hue angle of 338.42º 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 #88163F is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 63 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.47 |
| HSL | 338.42º | 0.72% | 0.31% | - |
| HSV(B) | 338.42º | 0.84% | 0.53% | - |
| XYZ | 11.34 | 6.17 | 5.3 | - |
| YUV | 60.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 63 | 0 | 0.84 | 0.54 | 0.47 | 338.42 | 0.72 | 0.31 |
| Hex | 88 | 16 | 3F | 0 | 54 | 36 | 2F | 152 | 48 | 1F |
| Octal | 210 | 26 | 77 | 0 | 124 | 66 | 57 | 522 | 110 | 37 |
| Binary | 10001000 | 10110 | 111111 | 0 | 1010100 | 110110 | 101111 | 101010010 | 1001000 | 11111 |
Color Harmonies of #88163F
Complementary color
Monochromatic Colors of #88163F
Black with #88163F
Text Example
Text Example
White with #88163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88163F; }
p { color: rgb(136,22,63); }
H1.HeaderClassName
{
color: #88163F;
}
.AnyTagClassName
{
color: #88163F;
}
</style>
background-color css
<style>
a { background-color: #88163F; }
a { background-color: rgb(136,22,63); }
div.DivClassName
{
background-color: #88163F;
}
.BgClassName
{
background-color: #88163F;
}
</style>
border-color css
<style>
span { border-color: #88163F; }
span { border-color: rgb(136,22,63); }
td.TdClassName
{
border-color: #88163F;
}
.TagClassName
{
border-color: #88163F;
}
</style>