Shades of Disco #8C0E3F
Tints of Disco #8C0E3F
RGB
CMYK
RGB Variations
Color information
#8C0E3F (or 0x8C0E3F) is known color: Disco. HEX triplet: 8C, 0E and 3F. RGB value is (140,14,63). Sum of RGB (Red+Green+Blue) = 140+14+63=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0E3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0E3F is #73F1C0. Grayscale: #393939. Windows color (decimal): -7598529 or 4132492. OLE color: 4132492.
HSL color Cylindrical-coordinate representation of color #8C0E3F: hue angle of 336.67º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C0E3F is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 14 | 63 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.45 |
| HSL | 336.67º | 0.82% | 0.3% | - |
| HSV(B) | 336.67º | 0.9% | 0.55% | - |
| XYZ | 11.87 | 6.25 | 5.28 | - |
| YUV | 57.26 | 131.24 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 14 | 63 | 0 | 0.90 | 0.55 | 0.45 | 336.67 | 0.82 | 0.3 |
| Hex | 8C | E | 3F | 0 | 5A | 37 | 2D | 151 | 52 | 1E |
| Octal | 214 | 16 | 77 | 0 | 132 | 67 | 55 | 521 | 122 | 36 |
| Binary | 10001100 | 1110 | 111111 | 0 | 1011010 | 110111 | 101101 | 101010001 | 1010010 | 11110 |
Color Harmonies of #8C0E3F
Complementary color
Monochromatic Colors of #8C0E3F
Black with #8C0E3F
Text Example
Text Example
White with #8C0E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0E3F; }
p { color: rgb(140,14,63); }
H1.HeaderClassName
{
color: #8C0E3F;
}
.AnyTagClassName
{
color: #8C0E3F;
}
</style>
background-color css
<style>
a { background-color: #8C0E3F; }
a { background-color: rgb(140,14,63); }
div.DivClassName
{
background-color: #8C0E3F;
}
.BgClassName
{
background-color: #8C0E3F;
}
</style>
border-color css
<style>
span { border-color: #8C0E3F; }
span { border-color: rgb(140,14,63); }
td.TdClassName
{
border-color: #8C0E3F;
}
.TagClassName
{
border-color: #8C0E3F;
}
</style>