Shades of Disco #88324B
Tints of Disco #88324B
RGB
CMYK
RGB Variations
Color information
#88324B (or 0x88324B) is known color: Disco. HEX triplet: 88, 32 and 4B. RGB value is (136,50,75). Sum of RGB (Red+Green+Blue) = 136+50+75=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88324B is #77CDB4. Grayscale: #4E4E4E. Windows color (decimal): -7851445 or 4928136. OLE color: 4928136.
HSL color Cylindrical-coordinate representation of color #88324B: hue angle of 342.56º 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 #88324B is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 75 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.47 |
| HSL | 342.56º | 0.46% | 0.36% | - |
| HSV(B) | 342.56º | 0.63% | 0.53% | - |
| XYZ | 12.56 | 8.02 | 7.54 | - |
| YUV | 78.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 75 | 0 | 0.63 | 0.45 | 0.47 | 342.56 | 0.46 | 0.36 |
| Hex | 88 | 32 | 4B | 0 | 3F | 2D | 2F | 157 | 2E | 24 |
| Octal | 210 | 62 | 113 | 0 | 77 | 55 | 57 | 527 | 56 | 44 |
| Binary | 10001000 | 110010 | 1001011 | 0 | 111111 | 101101 | 101111 | 101010111 | 101110 | 100100 |
Color Harmonies of #88324B
Complementary color
Monochromatic Colors of #88324B
Black with #88324B
Text Example
Text Example
White with #88324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88324B; }
p { color: rgb(136,50,75); }
H1.HeaderClassName
{
color: #88324B;
}
.AnyTagClassName
{
color: #88324B;
}
</style>
background-color css
<style>
a { background-color: #88324B; }
a { background-color: rgb(136,50,75); }
div.DivClassName
{
background-color: #88324B;
}
.BgClassName
{
background-color: #88324B;
}
</style>
border-color css
<style>
span { border-color: #88324B; }
span { border-color: rgb(136,50,75); }
td.TdClassName
{
border-color: #88324B;
}
.TagClassName
{
border-color: #88324B;
}
</style>