Shades of Disco #88133F
Tints of Disco #88133F
RGB
CMYK
RGB Variations
Color information
#88133F (or 0x88133F) is known color: Disco. HEX triplet: 88, 13 and 3F. RGB value is (136,19,63). Sum of RGB (Red+Green+Blue) = 136+19+63=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88133F is #77ECC0. Grayscale: #3A3A3A. Windows color (decimal): -7859393 or 4133768. OLE color: 4133768.
HSL color Cylindrical-coordinate representation of color #88133F: hue angle of 337.44º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88133F is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 63 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.47 |
| HSL | 337.44º | 0.75% | 0.3% | - |
| HSV(B) | 337.44º | 0.86% | 0.53% | - |
| XYZ | 11.28 | 6.06 | 5.28 | - |
| YUV | 59 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 63 | 0 | 0.86 | 0.54 | 0.47 | 337.44 | 0.75 | 0.3 |
| Hex | 88 | 13 | 3F | 0 | 56 | 36 | 2F | 151 | 4B | 1E |
| Octal | 210 | 23 | 77 | 0 | 126 | 66 | 57 | 521 | 113 | 36 |
| Binary | 10001000 | 10011 | 111111 | 0 | 1010110 | 110110 | 101111 | 101010001 | 1001011 | 11110 |
Color Harmonies of #88133F
Complementary color
Monochromatic Colors of #88133F
Black with #88133F
Text Example
Text Example
White with #88133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88133F; }
p { color: rgb(136,19,63); }
H1.HeaderClassName
{
color: #88133F;
}
.AnyTagClassName
{
color: #88133F;
}
</style>
background-color css
<style>
a { background-color: #88133F; }
a { background-color: rgb(136,19,63); }
div.DivClassName
{
background-color: #88133F;
}
.BgClassName
{
background-color: #88133F;
}
</style>
border-color css
<style>
span { border-color: #88133F; }
span { border-color: rgb(136,19,63); }
td.TdClassName
{
border-color: #88133F;
}
.TagClassName
{
border-color: #88133F;
}
</style>