Shades of Disco #8C1343
Tints of Disco #8C1343
RGB
CMYK
RGB Variations
Color information
#8C1343 (or 0x8C1343) is known color: Disco. HEX triplet: 8C, 13 and 43. RGB value is (140,19,67). Sum of RGB (Red+Green+Blue) = 140+19+67=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1343 is #73ECBC. Grayscale: #3C3C3C. Windows color (decimal): -7597245 or 4395916. OLE color: 4395916.
HSL color Cylindrical-coordinate representation of color #8C1343: hue angle of 336.2º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1343 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 19 | 67 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.45 |
| HSL | 336.2º | 0.76% | 0.31% | - |
| HSV(B) | 336.2º | 0.86% | 0.55% | - |
| XYZ | 12.06 | 6.45 | 5.92 | - |
| YUV | 60.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 67 | 0 | 0.86 | 0.52 | 0.45 | 336.2 | 0.76 | 0.31 |
| Hex | 8C | 13 | 43 | 0 | 56 | 34 | 2D | 150 | 4C | 1F |
| Octal | 214 | 23 | 103 | 0 | 126 | 64 | 55 | 520 | 114 | 37 |
| Binary | 10001100 | 10011 | 1000011 | 0 | 1010110 | 110100 | 101101 | 101010000 | 1001100 | 11111 |
Color Harmonies of #8C1343
Complementary color
Monochromatic Colors of #8C1343
Black with #8C1343
Text Example
Text Example
White with #8C1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1343; }
p { color: rgb(140,19,67); }
H1.HeaderClassName
{
color: #8C1343;
}
.AnyTagClassName
{
color: #8C1343;
}
</style>
background-color css
<style>
a { background-color: #8C1343; }
a { background-color: rgb(140,19,67); }
div.DivClassName
{
background-color: #8C1343;
}
.BgClassName
{
background-color: #8C1343;
}
</style>
border-color css
<style>
span { border-color: #8C1343; }
span { border-color: rgb(140,19,67); }
td.TdClassName
{
border-color: #8C1343;
}
.TagClassName
{
border-color: #8C1343;
}
</style>