Shades of Disco #8D163F
Tints of Disco #8D163F
RGB
CMYK
RGB Variations
Color information
#8D163F (or 0x8D163F) is known color: Disco. HEX triplet: 8D, 16 and 3F. RGB value is (141,22,63). Sum of RGB (Red+Green+Blue) = 141+22+63=226 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.39% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 141 - color contains mainly: red. Hex color #8D163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D163F is #72E9C0. Grayscale: #3E3E3E. Windows color (decimal): -7530945 or 4134541. OLE color: 4134541.
HSL color Cylindrical-coordinate representation of color #8D163F: hue angle of 339.33º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D163F is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 22 | 63 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.45 |
| HSL | 339.33º | 0.73% | 0.32% | - |
| HSV(B) | 339.33º | 0.84% | 0.55% | - |
| XYZ | 12.17 | 6.6 | 5.33 | - |
| YUV | 62.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 63 | 0 | 0.84 | 0.55 | 0.45 | 339.33 | 0.73 | 0.32 |
| Hex | 8D | 16 | 3F | 0 | 54 | 37 | 2D | 153 | 49 | 20 |
| Octal | 215 | 26 | 77 | 0 | 124 | 67 | 55 | 523 | 111 | 40 |
| Binary | 10001101 | 10110 | 111111 | 0 | 1010100 | 110111 | 101101 | 101010011 | 1001001 | 100000 |
Color Harmonies of #8D163F
Complementary color
Monochromatic Colors of #8D163F
Black with #8D163F
Text Example
Text Example
White with #8D163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D163F; }
p { color: rgb(141,22,63); }
H1.HeaderClassName
{
color: #8D163F;
}
.AnyTagClassName
{
color: #8D163F;
}
</style>
background-color css
<style>
a { background-color: #8D163F; }
a { background-color: rgb(141,22,63); }
div.DivClassName
{
background-color: #8D163F;
}
.BgClassName
{
background-color: #8D163F;
}
</style>
border-color css
<style>
span { border-color: #8D163F; }
span { border-color: rgb(141,22,63); }
td.TdClassName
{
border-color: #8D163F;
}
.TagClassName
{
border-color: #8D163F;
}
</style>