Shades of Disco #8E2A4B
Tints of Disco #8E2A4B
RGB
CMYK
RGB Variations
Color information
#8E2A4B (or 0x8E2A4B) is known color: Disco. HEX triplet: 8E, 2A and 4B. RGB value is (142,42,75). Sum of RGB (Red+Green+Blue) = 142+42+75=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2A4B is #71D5B4. Grayscale: #4B4B4B. Windows color (decimal): -7460277 or 4926094. OLE color: 4926094.
HSL color Cylindrical-coordinate representation of color #8E2A4B: hue angle of 340.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E2A4B is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 42 | 75 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.44 |
| HSL | 340.2º | 0.54% | 0.36% | - |
| HSV(B) | 340.2º | 0.7% | 0.56% | - |
| XYZ | 13.25 | 7.91 | 7.49 | - |
| YUV | 75.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 42 | 75 | 0 | 0.70 | 0.47 | 0.44 | 340.2 | 0.54 | 0.36 |
| Hex | 8E | 2A | 4B | 0 | 46 | 2F | 2C | 154 | 36 | 24 |
| Octal | 216 | 52 | 113 | 0 | 106 | 57 | 54 | 524 | 66 | 44 |
| Binary | 10001110 | 101010 | 1001011 | 0 | 1000110 | 101111 | 101100 | 101010100 | 110110 | 100100 |
Color Harmonies of #8E2A4B
Complementary color
Monochromatic Colors of #8E2A4B
Black with #8E2A4B
Text Example
Text Example
White with #8E2A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2A4B; }
p { color: rgb(142,42,75); }
H1.HeaderClassName
{
color: #8E2A4B;
}
.AnyTagClassName
{
color: #8E2A4B;
}
</style>
background-color css
<style>
a { background-color: #8E2A4B; }
a { background-color: rgb(142,42,75); }
div.DivClassName
{
background-color: #8E2A4B;
}
.BgClassName
{
background-color: #8E2A4B;
}
</style>
border-color css
<style>
span { border-color: #8E2A4B; }
span { border-color: rgb(142,42,75); }
td.TdClassName
{
border-color: #8E2A4B;
}
.TagClassName
{
border-color: #8E2A4B;
}
</style>