Shades of Disco #88224A
Tints of Disco #88224A
RGB
CMYK
RGB Variations
Color information
#88224A (or 0x88224A) is known color: Disco. HEX triplet: 88, 22 and 4A. RGB value is (136,34,74). Sum of RGB (Red+Green+Blue) = 136+34+74=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #88224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88224A is #77DDB5. Grayscale: #454545. Windows color (decimal): -7855542 or 4858504. OLE color: 4858504.
HSL color Cylindrical-coordinate representation of color #88224A: hue angle of 336.47º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #88224A is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 34 | 74 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.47 |
| HSL | 336.47º | 0.6% | 0.33% | - |
| HSV(B) | 336.47º | 0.75% | 0.53% | - |
| XYZ | 11.96 | 6.87 | 7.17 | - |
| YUV | 69.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 74 | 0 | 0.75 | 0.46 | 0.47 | 336.47 | 0.6 | 0.33 |
| Hex | 88 | 22 | 4A | 0 | 4B | 2E | 2F | 150 | 3C | 21 |
| Octal | 210 | 42 | 112 | 0 | 113 | 56 | 57 | 520 | 74 | 41 |
| Binary | 10001000 | 100010 | 1001010 | 0 | 1001011 | 101110 | 101111 | 101010000 | 111100 | 100001 |
Color Harmonies of #88224A
Complementary color
Monochromatic Colors of #88224A
Black with #88224A
Text Example
Text Example
White with #88224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88224A; }
p { color: rgb(136,34,74); }
H1.HeaderClassName
{
color: #88224A;
}
.AnyTagClassName
{
color: #88224A;
}
</style>
background-color css
<style>
a { background-color: #88224A; }
a { background-color: rgb(136,34,74); }
div.DivClassName
{
background-color: #88224A;
}
.BgClassName
{
background-color: #88224A;
}
</style>
border-color css
<style>
span { border-color: #88224A; }
span { border-color: rgb(136,34,74); }
td.TdClassName
{
border-color: #88224A;
}
.TagClassName
{
border-color: #88224A;
}
</style>