Shades of Disco #8C163F
Tints of Disco #8C163F
RGB
CMYK
RGB Variations
Color information
#8C163F (or 0x8C163F) is known color: Disco. HEX triplet: 8C, 16 and 3F. RGB value is (140,22,63). Sum of RGB (Red+Green+Blue) = 140+22+63=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C163F is #73E9C0. Grayscale: #3D3D3D. Windows color (decimal): -7596481 or 4134540. OLE color: 4134540.
HSL color Cylindrical-coordinate representation of color #8C163F: hue angle of 339.15º 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 #8C163F is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 22 | 63 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.45 |
| HSL | 339.15º | 0.73% | 0.32% | - |
| HSV(B) | 339.15º | 0.84% | 0.55% | - |
| XYZ | 12 | 6.51 | 5.33 | - |
| YUV | 61.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 63 | 0 | 0.84 | 0.55 | 0.45 | 339.15 | 0.73 | 0.32 |
| Hex | 8C | 16 | 3F | 0 | 54 | 37 | 2D | 153 | 49 | 20 |
| Octal | 214 | 26 | 77 | 0 | 124 | 67 | 55 | 523 | 111 | 40 |
| Binary | 10001100 | 10110 | 111111 | 0 | 1010100 | 110111 | 101101 | 101010011 | 1001001 | 100000 |
Color Harmonies of #8C163F
Complementary color
Monochromatic Colors of #8C163F
Black with #8C163F
Text Example
Text Example
White with #8C163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C163F; }
p { color: rgb(140,22,63); }
H1.HeaderClassName
{
color: #8C163F;
}
.AnyTagClassName
{
color: #8C163F;
}
</style>
background-color css
<style>
a { background-color: #8C163F; }
a { background-color: rgb(140,22,63); }
div.DivClassName
{
background-color: #8C163F;
}
.BgClassName
{
background-color: #8C163F;
}
</style>
border-color css
<style>
span { border-color: #8C163F; }
span { border-color: rgb(140,22,63); }
td.TdClassName
{
border-color: #8C163F;
}
.TagClassName
{
border-color: #8C163F;
}
</style>