Shades of Disco #8E194B
Tints of Disco #8E194B
RGB
CMYK
RGB Variations
Color information
#8E194B (or 0x8E194B) is known color: Disco. HEX triplet: 8E, 19 and 4B. RGB value is (142,25,75). Sum of RGB (Red+Green+Blue) = 142+25+75=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E194B is #71E6B4. Grayscale: #414141. Windows color (decimal): -7464629 or 4921742. OLE color: 4921742.
HSL color Cylindrical-coordinate representation of color #8E194B: hue angle of 334.36º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E194B is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 25 | 75 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.44 |
| HSL | 334.36º | 0.7% | 0.33% | - |
| HSV(B) | 334.36º | 0.82% | 0.56% | - |
| XYZ | 12.77 | 6.95 | 7.33 | - |
| YUV | 65.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 25 | 75 | 0 | 0.82 | 0.47 | 0.44 | 334.36 | 0.7 | 0.33 |
| Hex | 8E | 19 | 4B | 0 | 52 | 2F | 2C | 14E | 46 | 21 |
| Octal | 216 | 31 | 113 | 0 | 122 | 57 | 54 | 516 | 106 | 41 |
| Binary | 10001110 | 11001 | 1001011 | 0 | 1010010 | 101111 | 101100 | 101001110 | 1000110 | 100001 |
Color Harmonies of #8E194B
Complementary color
Monochromatic Colors of #8E194B
Black with #8E194B
Text Example
Text Example
White with #8E194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E194B; }
p { color: rgb(142,25,75); }
H1.HeaderClassName
{
color: #8E194B;
}
.AnyTagClassName
{
color: #8E194B;
}
</style>
background-color css
<style>
a { background-color: #8E194B; }
a { background-color: rgb(142,25,75); }
div.DivClassName
{
background-color: #8E194B;
}
.BgClassName
{
background-color: #8E194B;
}
</style>
border-color css
<style>
span { border-color: #8E194B; }
span { border-color: rgb(142,25,75); }
td.TdClassName
{
border-color: #8E194B;
}
.TagClassName
{
border-color: #8E194B;
}
</style>