Shades of Disco #88254C
Tints of Disco #88254C
RGB
CMYK
RGB Variations
Color information
#88254C (or 0x88254C) is known color: Disco. HEX triplet: 88, 25 and 4C. RGB value is (136,37,76). Sum of RGB (Red+Green+Blue) = 136+37+76=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88254C is #77DAB3. Grayscale: #464646. Windows color (decimal): -7854772 or 4990344. OLE color: 4990344.
HSL color Cylindrical-coordinate representation of color #88254C: hue angle of 336.36º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88254C is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 76 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.47 |
| HSL | 336.36º | 0.57% | 0.34% | - |
| HSV(B) | 336.36º | 0.73% | 0.53% | - |
| XYZ | 12.12 | 7.08 | 7.57 | - |
| YUV | 71.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 76 | 0 | 0.73 | 0.44 | 0.47 | 336.36 | 0.57 | 0.34 |
| Hex | 88 | 25 | 4C | 0 | 49 | 2C | 2F | 150 | 39 | 22 |
| Octal | 210 | 45 | 114 | 0 | 111 | 54 | 57 | 520 | 71 | 42 |
| Binary | 10001000 | 100101 | 1001100 | 0 | 1001001 | 101100 | 101111 | 101010000 | 111001 | 100010 |
Color Harmonies of #88254C
Complementary color
Monochromatic Colors of #88254C
Black with #88254C
Text Example
Text Example
White with #88254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88254C; }
p { color: rgb(136,37,76); }
H1.HeaderClassName
{
color: #88254C;
}
.AnyTagClassName
{
color: #88254C;
}
</style>
background-color css
<style>
a { background-color: #88254C; }
a { background-color: rgb(136,37,76); }
div.DivClassName
{
background-color: #88254C;
}
.BgClassName
{
background-color: #88254C;
}
</style>
border-color css
<style>
span { border-color: #88254C; }
span { border-color: rgb(136,37,76); }
td.TdClassName
{
border-color: #88254C;
}
.TagClassName
{
border-color: #88254C;
}
</style>