Shades of Disco #8C103E
Tints of Disco #8C103E
RGB
CMYK
RGB Variations
Color information
#8C103E (or 0x8C103E) is known color: Disco. HEX triplet: 8C, 10 and 3E. RGB value is (140,16,62). Sum of RGB (Red+Green+Blue) = 140+16+62=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C103E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C103E is #73EFC1. Grayscale: #3A3A3A. Windows color (decimal): -7598018 or 4067468. OLE color: 4067468.
HSL color Cylindrical-coordinate representation of color #8C103E: hue angle of 337.74º 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 #8C103E is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 62 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.45 |
| HSL | 337.74º | 0.79% | 0.31% | - |
| HSV(B) | 337.74º | 0.89% | 0.55% | - |
| XYZ | 11.87 | 6.29 | 5.15 | - |
| YUV | 58.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 62 | 0 | 0.89 | 0.56 | 0.45 | 337.74 | 0.79 | 0.31 |
| Hex | 8C | 10 | 3E | 0 | 59 | 38 | 2D | 152 | 4F | 1F |
| Octal | 214 | 20 | 76 | 0 | 131 | 70 | 55 | 522 | 117 | 37 |
| Binary | 10001100 | 10000 | 111110 | 0 | 1011001 | 111000 | 101101 | 101010010 | 1001111 | 11111 |
Color Harmonies of #8C103E
Complementary color
Monochromatic Colors of #8C103E
Black with #8C103E
Text Example
Text Example
White with #8C103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C103E; }
p { color: rgb(140,16,62); }
H1.HeaderClassName
{
color: #8C103E;
}
.AnyTagClassName
{
color: #8C103E;
}
</style>
background-color css
<style>
a { background-color: #8C103E; }
a { background-color: rgb(140,16,62); }
div.DivClassName
{
background-color: #8C103E;
}
.BgClassName
{
background-color: #8C103E;
}
</style>
border-color css
<style>
span { border-color: #8C103E; }
span { border-color: rgb(140,16,62); }
td.TdClassName
{
border-color: #8C103E;
}
.TagClassName
{
border-color: #8C103E;
}
</style>