Shades of Disco #88103F
Tints of Disco #88103F
RGB
CMYK
RGB Variations
Color information
#88103F (or 0x88103F) is known color: Disco. HEX triplet: 88, 10 and 3F. RGB value is (136,16,63). Sum of RGB (Red+Green+Blue) = 136+16+63=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #88103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88103F is #77EFC0. Grayscale: #393939. Windows color (decimal): -7860161 or 4133000. OLE color: 4133000.
HSL color Cylindrical-coordinate representation of color #88103F: hue angle of 336.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88103F is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 63 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.47 |
| HSL | 336.5º | 0.79% | 0.3% | - |
| HSV(B) | 336.5º | 0.88% | 0.53% | - |
| XYZ | 11.24 | 5.96 | 5.26 | - |
| YUV | 57.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 63 | 0 | 0.88 | 0.54 | 0.47 | 336.5 | 0.79 | 0.3 |
| Hex | 88 | 10 | 3F | 0 | 58 | 36 | 2F | 150 | 4F | 1E |
| Octal | 210 | 20 | 77 | 0 | 130 | 66 | 57 | 520 | 117 | 36 |
| Binary | 10001000 | 10000 | 111111 | 0 | 1011000 | 110110 | 101111 | 101010000 | 1001111 | 11110 |
Color Harmonies of #88103F
Complementary color
Monochromatic Colors of #88103F
Black with #88103F
Text Example
Text Example
White with #88103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88103F; }
p { color: rgb(136,16,63); }
H1.HeaderClassName
{
color: #88103F;
}
.AnyTagClassName
{
color: #88103F;
}
</style>
background-color css
<style>
a { background-color: #88103F; }
a { background-color: rgb(136,16,63); }
div.DivClassName
{
background-color: #88103F;
}
.BgClassName
{
background-color: #88103F;
}
</style>
border-color css
<style>
span { border-color: #88103F; }
span { border-color: rgb(136,16,63); }
td.TdClassName
{
border-color: #88103F;
}
.TagClassName
{
border-color: #88103F;
}
</style>