Shades of Disco #88334F
Tints of Disco #88334F
RGB
CMYK
RGB Variations
Color information
#88334F (or 0x88334F) is known color: Disco. HEX triplet: 88, 33 and 4F. RGB value is (136,51,79). Sum of RGB (Red+Green+Blue) = 136+51+79=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88334F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88334F is #77CCB0. Grayscale: #4F4F4F. Windows color (decimal): -7851185 or 5190536. OLE color: 5190536.
HSL color Cylindrical-coordinate representation of color #88334F: hue angle of 340.24º 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 #88334F is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 79 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.47 |
| HSL | 340.24º | 0.45% | 0.37% | - |
| HSV(B) | 340.24º | 0.63% | 0.53% | - |
| XYZ | 12.75 | 8.17 | 8.3 | - |
| YUV | 79.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 79 | 0 | 0.62 | 0.42 | 0.47 | 340.24 | 0.45 | 0.37 |
| Hex | 88 | 33 | 4F | 0 | 3E | 2A | 2F | 154 | 2D | 25 |
| Octal | 210 | 63 | 117 | 0 | 76 | 52 | 57 | 524 | 55 | 45 |
| Binary | 10001000 | 110011 | 1001111 | 0 | 111110 | 101010 | 101111 | 101010100 | 101101 | 100101 |
Color Harmonies of #88334F
Complementary color
Monochromatic Colors of #88334F
Black with #88334F
Text Example
Text Example
White with #88334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88334F; }
p { color: rgb(136,51,79); }
H1.HeaderClassName
{
color: #88334F;
}
.AnyTagClassName
{
color: #88334F;
}
</style>
background-color css
<style>
a { background-color: #88334F; }
a { background-color: rgb(136,51,79); }
div.DivClassName
{
background-color: #88334F;
}
.BgClassName
{
background-color: #88334F;
}
</style>
border-color css
<style>
span { border-color: #88334F; }
span { border-color: rgb(136,51,79); }
td.TdClassName
{
border-color: #88334F;
}
.TagClassName
{
border-color: #88334F;
}
</style>