Shades of Disco #88324C
Tints of Disco #88324C
RGB
CMYK
RGB Variations
Color information
#88324C (or 0x88324C) is known color: Disco. HEX triplet: 88, 32 and 4C. RGB value is (136,50,76). Sum of RGB (Red+Green+Blue) = 136+50+76=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #88324C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88324C is #77CDB3. Grayscale: #4E4E4E. Windows color (decimal): -7851444 or 4993672. OLE color: 4993672.
HSL color Cylindrical-coordinate representation of color #88324C: hue angle of 341.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88324C is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 76 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.47 |
| HSL | 341.86º | 0.46% | 0.36% | - |
| HSV(B) | 341.86º | 0.63% | 0.53% | - |
| XYZ | 12.6 | 8.04 | 7.72 | - |
| YUV | 78.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 76 | 0 | 0.63 | 0.44 | 0.47 | 341.86 | 0.46 | 0.36 |
| Hex | 88 | 32 | 4C | 0 | 3F | 2C | 2F | 156 | 2E | 24 |
| Octal | 210 | 62 | 114 | 0 | 77 | 54 | 57 | 526 | 56 | 44 |
| Binary | 10001000 | 110010 | 1001100 | 0 | 111111 | 101100 | 101111 | 101010110 | 101110 | 100100 |
Color Harmonies of #88324C
Complementary color
Monochromatic Colors of #88324C
Black with #88324C
Text Example
Text Example
White with #88324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88324C; }
p { color: rgb(136,50,76); }
H1.HeaderClassName
{
color: #88324C;
}
.AnyTagClassName
{
color: #88324C;
}
</style>
background-color css
<style>
a { background-color: #88324C; }
a { background-color: rgb(136,50,76); }
div.DivClassName
{
background-color: #88324C;
}
.BgClassName
{
background-color: #88324C;
}
</style>
border-color css
<style>
span { border-color: #88324C; }
span { border-color: rgb(136,50,76); }
td.TdClassName
{
border-color: #88324C;
}
.TagClassName
{
border-color: #88324C;
}
</style>