Shades of Disco #88143F
Tints of Disco #88143F
RGB
CMYK
RGB Variations
Color information
#88143F (or 0x88143F) is known color: Disco. HEX triplet: 88, 14 and 3F. RGB value is (136,20,63). Sum of RGB (Red+Green+Blue) = 136+20+63=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88143F is #77EBC0. Grayscale: #3B3B3B. Windows color (decimal): -7859137 or 4134024. OLE color: 4134024.
HSL color Cylindrical-coordinate representation of color #88143F: hue angle of 337.76º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88143F is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 20 | 63 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.47 |
| HSL | 337.76º | 0.74% | 0.31% | - |
| HSV(B) | 337.76º | 0.85% | 0.53% | - |
| XYZ | 11.3 | 6.09 | 5.28 | - |
| YUV | 59.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 63 | 0 | 0.85 | 0.54 | 0.47 | 337.76 | 0.74 | 0.31 |
| Hex | 88 | 14 | 3F | 0 | 55 | 36 | 2F | 152 | 4A | 1F |
| Octal | 210 | 24 | 77 | 0 | 125 | 66 | 57 | 522 | 112 | 37 |
| Binary | 10001000 | 10100 | 111111 | 0 | 1010101 | 110110 | 101111 | 101010010 | 1001010 | 11111 |
Color Harmonies of #88143F
Complementary color
Monochromatic Colors of #88143F
Black with #88143F
Text Example
Text Example
White with #88143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88143F; }
p { color: rgb(136,20,63); }
H1.HeaderClassName
{
color: #88143F;
}
.AnyTagClassName
{
color: #88143F;
}
</style>
background-color css
<style>
a { background-color: #88143F; }
a { background-color: rgb(136,20,63); }
div.DivClassName
{
background-color: #88143F;
}
.BgClassName
{
background-color: #88143F;
}
</style>
border-color css
<style>
span { border-color: #88143F; }
span { border-color: rgb(136,20,63); }
td.TdClassName
{
border-color: #88143F;
}
.TagClassName
{
border-color: #88143F;
}
</style>