Shades of Disco #8E184B
Tints of Disco #8E184B
RGB
CMYK
RGB Variations
Color information
#8E184B (or 0x8E184B) is known color: Disco. HEX triplet: 8E, 18 and 4B. RGB value is (142,24,75). Sum of RGB (Red+Green+Blue) = 142+24+75=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E184B is #71E7B4. Grayscale: #414141. Windows color (decimal): -7464885 or 4921486. OLE color: 4921486.
HSL color Cylindrical-coordinate representation of color #8E184B: hue angle of 334.07º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E184B is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 75 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.44 |
| HSL | 334.07º | 0.71% | 0.33% | - |
| HSV(B) | 334.07º | 0.83% | 0.56% | - |
| XYZ | 12.75 | 6.91 | 7.32 | - |
| YUV | 65.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 75 | 0 | 0.83 | 0.47 | 0.44 | 334.07 | 0.71 | 0.33 |
| Hex | 8E | 18 | 4B | 0 | 53 | 2F | 2C | 14E | 47 | 21 |
| Octal | 216 | 30 | 113 | 0 | 123 | 57 | 54 | 516 | 107 | 41 |
| Binary | 10001110 | 11000 | 1001011 | 0 | 1010011 | 101111 | 101100 | 101001110 | 1000111 | 100001 |
Color Harmonies of #8E184B
Complementary color
Monochromatic Colors of #8E184B
Black with #8E184B
Text Example
Text Example
White with #8E184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E184B; }
p { color: rgb(142,24,75); }
H1.HeaderClassName
{
color: #8E184B;
}
.AnyTagClassName
{
color: #8E184B;
}
</style>
background-color css
<style>
a { background-color: #8E184B; }
a { background-color: rgb(142,24,75); }
div.DivClassName
{
background-color: #8E184B;
}
.BgClassName
{
background-color: #8E184B;
}
</style>
border-color css
<style>
span { border-color: #8E184B; }
span { border-color: rgb(142,24,75); }
td.TdClassName
{
border-color: #8E184B;
}
.TagClassName
{
border-color: #8E184B;
}
</style>