Shades of Disco #88183F
Tints of Disco #88183F
RGB
CMYK
RGB Variations
Color information
#88183F (or 0x88183F) is known color: Disco. HEX triplet: 88, 18 and 3F. RGB value is (136,24,63). Sum of RGB (Red+Green+Blue) = 136+24+63=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #88183F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88183F is #77E7C0. Grayscale: #3D3D3D. Windows color (decimal): -7858113 or 4135048. OLE color: 4135048.
HSL color Cylindrical-coordinate representation of color #88183F: hue angle of 339.11º 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 #88183F is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 63 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.47 |
| HSL | 339.11º | 0.7% | 0.31% | - |
| HSV(B) | 339.11º | 0.82% | 0.53% | - |
| XYZ | 11.38 | 6.25 | 5.31 | - |
| YUV | 61.93 | 128.61 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 63 | 0 | 0.82 | 0.54 | 0.47 | 339.11 | 0.7 | 0.31 |
| Hex | 88 | 18 | 3F | 0 | 52 | 36 | 2F | 153 | 46 | 1F |
| Octal | 210 | 30 | 77 | 0 | 122 | 66 | 57 | 523 | 106 | 37 |
| Binary | 10001000 | 11000 | 111111 | 0 | 1010010 | 110110 | 101111 | 101010011 | 1000110 | 11111 |
Color Harmonies of #88183F
Complementary color
Monochromatic Colors of #88183F
Black with #88183F
Text Example
Text Example
White with #88183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88183F; }
p { color: rgb(136,24,63); }
H1.HeaderClassName
{
color: #88183F;
}
.AnyTagClassName
{
color: #88183F;
}
</style>
background-color css
<style>
a { background-color: #88183F; }
a { background-color: rgb(136,24,63); }
div.DivClassName
{
background-color: #88183F;
}
.BgClassName
{
background-color: #88183F;
}
</style>
border-color css
<style>
span { border-color: #88183F; }
span { border-color: rgb(136,24,63); }
td.TdClassName
{
border-color: #88183F;
}
.TagClassName
{
border-color: #88183F;
}
</style>