Shades of Disco #88344C
Tints of Disco #88344C
RGB
CMYK
RGB Variations
Color information
#88344C (or 0x88344C) is known color: Disco. HEX triplet: 88, 34 and 4C. RGB value is (136,52,76). Sum of RGB (Red+Green+Blue) = 136+52+76=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88344C is #77CBB3. Grayscale: #4F4F4F. Windows color (decimal): -7850932 or 4994184. OLE color: 4994184.
HSL color Cylindrical-coordinate representation of color #88344C: hue angle of 342.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88344C is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 52 | 76 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.47 |
| HSL | 342.86º | 0.45% | 0.37% | - |
| HSV(B) | 342.86º | 0.62% | 0.53% | - |
| XYZ | 12.69 | 8.21 | 7.75 | - |
| YUV | 79.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 76 | 0 | 0.62 | 0.44 | 0.47 | 342.86 | 0.45 | 0.37 |
| Hex | 88 | 34 | 4C | 0 | 3E | 2C | 2F | 157 | 2D | 25 |
| Octal | 210 | 64 | 114 | 0 | 76 | 54 | 57 | 527 | 55 | 45 |
| Binary | 10001000 | 110100 | 1001100 | 0 | 111110 | 101100 | 101111 | 101010111 | 101101 | 100101 |
Color Harmonies of #88344C
Complementary color
Monochromatic Colors of #88344C
Black with #88344C
Text Example
Text Example
White with #88344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88344C; }
p { color: rgb(136,52,76); }
H1.HeaderClassName
{
color: #88344C;
}
.AnyTagClassName
{
color: #88344C;
}
</style>
background-color css
<style>
a { background-color: #88344C; }
a { background-color: rgb(136,52,76); }
div.DivClassName
{
background-color: #88344C;
}
.BgClassName
{
background-color: #88344C;
}
</style>
border-color css
<style>
span { border-color: #88344C; }
span { border-color: rgb(136,52,76); }
td.TdClassName
{
border-color: #88344C;
}
.TagClassName
{
border-color: #88344C;
}
</style>