Shades of Disco #8E153E
Tints of Disco #8E153E
RGB
CMYK
RGB Variations
Color information
#8E153E (or 0x8E153E) is known color: Disco. HEX triplet: 8E, 15 and 3E. RGB value is (142,21,62). Sum of RGB (Red+Green+Blue) = 142+21+62=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E153E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E153E is #71EAC1. Grayscale: #3D3D3D. Windows color (decimal): -7465666 or 4068750. OLE color: 4068750.
HSL color Cylindrical-coordinate representation of color #8E153E: hue angle of 339.67º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E153E is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 21 | 62 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.44 |
| HSL | 339.67º | 0.74% | 0.32% | - |
| HSV(B) | 339.67º | 0.85% | 0.56% | - |
| XYZ | 12.29 | 6.63 | 5.19 | - |
| YUV | 61.85 | 128.09 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 21 | 62 | 0 | 0.85 | 0.56 | 0.44 | 339.67 | 0.74 | 0.32 |
| Hex | 8E | 15 | 3E | 0 | 55 | 38 | 2C | 154 | 4A | 20 |
| Octal | 216 | 25 | 76 | 0 | 125 | 70 | 54 | 524 | 112 | 40 |
| Binary | 10001110 | 10101 | 111110 | 0 | 1010101 | 111000 | 101100 | 101010100 | 1001010 | 100000 |
Color Harmonies of #8E153E
Complementary color
Monochromatic Colors of #8E153E
Black with #8E153E
Text Example
Text Example
White with #8E153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E153E; }
p { color: rgb(142,21,62); }
H1.HeaderClassName
{
color: #8E153E;
}
.AnyTagClassName
{
color: #8E153E;
}
</style>
background-color css
<style>
a { background-color: #8E153E; }
a { background-color: rgb(142,21,62); }
div.DivClassName
{
background-color: #8E153E;
}
.BgClassName
{
background-color: #8E153E;
}
</style>
border-color css
<style>
span { border-color: #8E153E; }
span { border-color: rgb(142,21,62); }
td.TdClassName
{
border-color: #8E153E;
}
.TagClassName
{
border-color: #8E153E;
}
</style>