Shades of Disco #88244C
Tints of Disco #88244C
RGB
CMYK
RGB Variations
Color information
#88244C (or 0x88244C) is known color: Disco. HEX triplet: 88, 24 and 4C. RGB value is (136,36,76). Sum of RGB (Red+Green+Blue) = 136+36+76=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88244C is #77DBB3. Grayscale: #464646. Windows color (decimal): -7855028 or 4990088. OLE color: 4990088.
HSL color Cylindrical-coordinate representation of color #88244C: hue angle of 336º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88244C is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 36 | 76 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.47 |
| HSL | 336º | 0.58% | 0.34% | - |
| HSV(B) | 336º | 0.74% | 0.53% | - |
| XYZ | 12.09 | 7.02 | 7.55 | - |
| YUV | 70.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 76 | 0 | 0.74 | 0.44 | 0.47 | 336 | 0.58 | 0.34 |
| Hex | 88 | 24 | 4C | 0 | 4A | 2C | 2F | 150 | 3A | 22 |
| Octal | 210 | 44 | 114 | 0 | 112 | 54 | 57 | 520 | 72 | 42 |
| Binary | 10001000 | 100100 | 1001100 | 0 | 1001010 | 101100 | 101111 | 101010000 | 111010 | 100010 |
Color Harmonies of #88244C
Complementary color
Monochromatic Colors of #88244C
Black with #88244C
Text Example
Text Example
White with #88244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88244C; }
p { color: rgb(136,36,76); }
H1.HeaderClassName
{
color: #88244C;
}
.AnyTagClassName
{
color: #88244C;
}
</style>
background-color css
<style>
a { background-color: #88244C; }
a { background-color: rgb(136,36,76); }
div.DivClassName
{
background-color: #88244C;
}
.BgClassName
{
background-color: #88244C;
}
</style>
border-color css
<style>
span { border-color: #88244C; }
span { border-color: rgb(136,36,76); }
td.TdClassName
{
border-color: #88244C;
}
.TagClassName
{
border-color: #88244C;
}
</style>