Shades of Disco #88153F
Tints of Disco #88153F
RGB
CMYK
RGB Variations
Color information
#88153F (or 0x88153F) is known color: Disco. HEX triplet: 88, 15 and 3F. RGB value is (136,21,63). Sum of RGB (Red+Green+Blue) = 136+21+63=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #88153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88153F is #77EAC0. Grayscale: #3C3C3C. Windows color (decimal): -7858881 or 4134280. OLE color: 4134280.
HSL color Cylindrical-coordinate representation of color #88153F: hue angle of 338.09º degrees, saturation: 0.73, 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 #88153F is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 63 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.47 |
| HSL | 338.09º | 0.73% | 0.31% | - |
| HSV(B) | 338.09º | 0.85% | 0.53% | - |
| XYZ | 11.32 | 6.13 | 5.29 | - |
| YUV | 60.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 63 | 0 | 0.85 | 0.54 | 0.47 | 338.09 | 0.73 | 0.31 |
| Hex | 88 | 15 | 3F | 0 | 55 | 36 | 2F | 152 | 49 | 1F |
| Octal | 210 | 25 | 77 | 0 | 125 | 66 | 57 | 522 | 111 | 37 |
| Binary | 10001000 | 10101 | 111111 | 0 | 1010101 | 110110 | 101111 | 101010010 | 1001001 | 11111 |
Color Harmonies of #88153F
Complementary color
Monochromatic Colors of #88153F
Black with #88153F
Text Example
Text Example
White with #88153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88153F; }
p { color: rgb(136,21,63); }
H1.HeaderClassName
{
color: #88153F;
}
.AnyTagClassName
{
color: #88153F;
}
</style>
background-color css
<style>
a { background-color: #88153F; }
a { background-color: rgb(136,21,63); }
div.DivClassName
{
background-color: #88153F;
}
.BgClassName
{
background-color: #88153F;
}
</style>
border-color css
<style>
span { border-color: #88153F; }
span { border-color: rgb(136,21,63); }
td.TdClassName
{
border-color: #88153F;
}
.TagClassName
{
border-color: #88153F;
}
</style>