Shades of Disco #88264C
Tints of Disco #88264C
RGB
CMYK
RGB Variations
Color information
#88264C (or 0x88264C) is known color: Disco. HEX triplet: 88, 26 and 4C. RGB value is (136,38,76). Sum of RGB (Red+Green+Blue) = 136+38+76=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88264C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88264C is #77D9B3. Grayscale: #474747. Windows color (decimal): -7854516 or 4990600. OLE color: 4990600.
HSL color Cylindrical-coordinate representation of color #88264C: hue angle of 336.73º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88264C is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 76 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.47 |
| HSL | 336.73º | 0.56% | 0.34% | - |
| HSV(B) | 336.73º | 0.72% | 0.53% | - |
| XYZ | 12.15 | 7.14 | 7.58 | - |
| YUV | 71.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 76 | 0 | 0.72 | 0.44 | 0.47 | 336.73 | 0.56 | 0.34 |
| Hex | 88 | 26 | 4C | 0 | 48 | 2C | 2F | 151 | 38 | 22 |
| Octal | 210 | 46 | 114 | 0 | 110 | 54 | 57 | 521 | 70 | 42 |
| Binary | 10001000 | 100110 | 1001100 | 0 | 1001000 | 101100 | 101111 | 101010001 | 111000 | 100010 |
Color Harmonies of #88264C
Complementary color
Monochromatic Colors of #88264C
Black with #88264C
Text Example
Text Example
White with #88264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88264C; }
p { color: rgb(136,38,76); }
H1.HeaderClassName
{
color: #88264C;
}
.AnyTagClassName
{
color: #88264C;
}
</style>
background-color css
<style>
a { background-color: #88264C; }
a { background-color: rgb(136,38,76); }
div.DivClassName
{
background-color: #88264C;
}
.BgClassName
{
background-color: #88264C;
}
</style>
border-color css
<style>
span { border-color: #88264C; }
span { border-color: rgb(136,38,76); }
td.TdClassName
{
border-color: #88264C;
}
.TagClassName
{
border-color: #88264C;
}
</style>