Shades of Disco #8C103F
Tints of Disco #8C103F
RGB
CMYK
RGB Variations
Color information
#8C103F (or 0x8C103F) is known color: Disco. HEX triplet: 8C, 10 and 3F. RGB value is (140,16,63). Sum of RGB (Red+Green+Blue) = 140+16+63=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C103F is #73EFC0. Grayscale: #3A3A3A. Windows color (decimal): -7598017 or 4133004. OLE color: 4133004.
HSL color Cylindrical-coordinate representation of color #8C103F: hue angle of 337.26º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C103F is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 63 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.45 |
| HSL | 337.26º | 0.79% | 0.31% | - |
| HSV(B) | 337.26º | 0.89% | 0.55% | - |
| XYZ | 11.9 | 6.3 | 5.29 | - |
| YUV | 58.43 | 130.58 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 63 | 0 | 0.89 | 0.55 | 0.45 | 337.26 | 0.79 | 0.31 |
| Hex | 8C | 10 | 3F | 0 | 59 | 37 | 2D | 151 | 4F | 1F |
| Octal | 214 | 20 | 77 | 0 | 131 | 67 | 55 | 521 | 117 | 37 |
| Binary | 10001100 | 10000 | 111111 | 0 | 1011001 | 110111 | 101101 | 101010001 | 1001111 | 11111 |
Color Harmonies of #8C103F
Complementary color
Monochromatic Colors of #8C103F
Black with #8C103F
Text Example
Text Example
White with #8C103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C103F; }
p { color: rgb(140,16,63); }
H1.HeaderClassName
{
color: #8C103F;
}
.AnyTagClassName
{
color: #8C103F;
}
</style>
background-color css
<style>
a { background-color: #8C103F; }
a { background-color: rgb(140,16,63); }
div.DivClassName
{
background-color: #8C103F;
}
.BgClassName
{
background-color: #8C103F;
}
</style>
border-color css
<style>
span { border-color: #8C103F; }
span { border-color: rgb(140,16,63); }
td.TdClassName
{
border-color: #8C103F;
}
.TagClassName
{
border-color: #8C103F;
}
</style>