Shades of Disco #88174A
Tints of Disco #88174A
RGB
CMYK
RGB Variations
Color information
#88174A (or 0x88174A) is known color: Disco. HEX triplet: 88, 17 and 4A. RGB value is (136,23,74). Sum of RGB (Red+Green+Blue) = 136+23+74=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88174A is #77E8B5. Grayscale: #3E3E3E. Windows color (decimal): -7858358 or 4855688. OLE color: 4855688.
HSL color Cylindrical-coordinate representation of color #88174A: hue angle of 332.92º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #88174A is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 74 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.47 |
| HSL | 332.92º | 0.71% | 0.31% | - |
| HSV(B) | 332.92º | 0.83% | 0.53% | - |
| XYZ | 11.7 | 6.34 | 7.09 | - |
| YUV | 62.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 74 | 0 | 0.83 | 0.46 | 0.47 | 332.92 | 0.71 | 0.31 |
| Hex | 88 | 17 | 4A | 0 | 53 | 2E | 2F | 14D | 47 | 1F |
| Octal | 210 | 27 | 112 | 0 | 123 | 56 | 57 | 515 | 107 | 37 |
| Binary | 10001000 | 10111 | 1001010 | 0 | 1010011 | 101110 | 101111 | 101001101 | 1000111 | 11111 |
Color Harmonies of #88174A
Complementary color
Monochromatic Colors of #88174A
Black with #88174A
Text Example
Text Example
White with #88174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88174A; }
p { color: rgb(136,23,74); }
H1.HeaderClassName
{
color: #88174A;
}
.AnyTagClassName
{
color: #88174A;
}
</style>
background-color css
<style>
a { background-color: #88174A; }
a { background-color: rgb(136,23,74); }
div.DivClassName
{
background-color: #88174A;
}
.BgClassName
{
background-color: #88174A;
}
</style>
border-color css
<style>
span { border-color: #88174A; }
span { border-color: rgb(136,23,74); }
td.TdClassName
{
border-color: #88174A;
}
.TagClassName
{
border-color: #88174A;
}
</style>