Shades of Disco #8C1943
Tints of Disco #8C1943
RGB
CMYK
RGB Variations
Color information
#8C1943 (or 0x8C1943) is known color: Disco. HEX triplet: 8C, 19 and 43. RGB value is (140,25,67). Sum of RGB (Red+Green+Blue) = 140+25+67=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1943 is #73E6BC. Grayscale: #404040. Windows color (decimal): -7595709 or 4397452. OLE color: 4397452.
HSL color Cylindrical-coordinate representation of color #8C1943: hue angle of 338.09º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1943 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 67 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.45 |
| HSL | 338.09º | 0.7% | 0.32% | - |
| HSV(B) | 338.09º | 0.82% | 0.55% | - |
| XYZ | 12.18 | 6.68 | 5.96 | - |
| YUV | 64.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 67 | 0 | 0.82 | 0.52 | 0.45 | 338.09 | 0.7 | 0.32 |
| Hex | 8C | 19 | 43 | 0 | 52 | 34 | 2D | 152 | 46 | 20 |
| Octal | 214 | 31 | 103 | 0 | 122 | 64 | 55 | 522 | 106 | 40 |
| Binary | 10001100 | 11001 | 1000011 | 0 | 1010010 | 110100 | 101101 | 101010010 | 1000110 | 100000 |
Color Harmonies of #8C1943
Complementary color
Monochromatic Colors of #8C1943
Black with #8C1943
Text Example
Text Example
White with #8C1943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1943; }
p { color: rgb(140,25,67); }
H1.HeaderClassName
{
color: #8C1943;
}
.AnyTagClassName
{
color: #8C1943;
}
</style>
background-color css
<style>
a { background-color: #8C1943; }
a { background-color: rgb(140,25,67); }
div.DivClassName
{
background-color: #8C1943;
}
.BgClassName
{
background-color: #8C1943;
}
</style>
border-color css
<style>
span { border-color: #8C1943; }
span { border-color: rgb(140,25,67); }
td.TdClassName
{
border-color: #8C1943;
}
.TagClassName
{
border-color: #8C1943;
}
</style>