Shades of Disco #88184A
Tints of Disco #88184A
RGB
CMYK
RGB Variations
Color information
#88184A (or 0x88184A) is known color: Disco. HEX triplet: 88, 18 and 4A. RGB value is (136,24,74). Sum of RGB (Red+Green+Blue) = 136+24+74=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88184A is #77E7B5. Grayscale: #3F3F3F. Windows color (decimal): -7858102 or 4855944. OLE color: 4855944.
HSL color Cylindrical-coordinate representation of color #88184A: hue angle of 333.21º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88184A is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 74 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.47 |
| HSL | 333.21º | 0.7% | 0.31% | - |
| HSV(B) | 333.21º | 0.82% | 0.53% | - |
| XYZ | 11.72 | 6.38 | 7.09 | - |
| YUV | 63.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 74 | 0 | 0.82 | 0.46 | 0.47 | 333.21 | 0.7 | 0.31 |
| Hex | 88 | 18 | 4A | 0 | 52 | 2E | 2F | 14D | 46 | 1F |
| Octal | 210 | 30 | 112 | 0 | 122 | 56 | 57 | 515 | 106 | 37 |
| Binary | 10001000 | 11000 | 1001010 | 0 | 1010010 | 101110 | 101111 | 101001101 | 1000110 | 11111 |
Color Harmonies of #88184A
Complementary color
Monochromatic Colors of #88184A
Black with #88184A
Text Example
Text Example
White with #88184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88184A; }
p { color: rgb(136,24,74); }
H1.HeaderClassName
{
color: #88184A;
}
.AnyTagClassName
{
color: #88184A;
}
</style>
background-color css
<style>
a { background-color: #88184A; }
a { background-color: rgb(136,24,74); }
div.DivClassName
{
background-color: #88184A;
}
.BgClassName
{
background-color: #88184A;
}
</style>
border-color css
<style>
span { border-color: #88184A; }
span { border-color: rgb(136,24,74); }
td.TdClassName
{
border-color: #88184A;
}
.TagClassName
{
border-color: #88184A;
}
</style>