Shades of Well Read #8E3042
Tints of Well Read #8E3042
RGB
CMYK
RGB Variations
Color information
#8E3042 (or 0x8E3042) is known color: Well Read. HEX triplet: 8E, 30 and 42. RGB value is (142,48,66). Sum of RGB (Red+Green+Blue) = 142+48+66=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3042 is #71CFBD. Grayscale: #4E4E4E. Windows color (decimal): -7458750 or 4337806. OLE color: 4337806.
HSL color Cylindrical-coordinate representation of color #8E3042: hue angle of 348.51º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E3042 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 48 | 66 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.44 |
| HSL | 348.51º | 0.49% | 0.37% | - |
| HSV(B) | 348.51º | 0.66% | 0.56% | - |
| XYZ | 13.2 | 8.26 | 6.05 | - |
| YUV | 78.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 48 | 66 | 0 | 0.66 | 0.54 | 0.44 | 348.51 | 0.49 | 0.37 |
| Hex | 8E | 30 | 42 | 0 | 42 | 36 | 2C | 15D | 31 | 25 |
| Octal | 216 | 60 | 102 | 0 | 102 | 66 | 54 | 535 | 61 | 45 |
| Binary | 10001110 | 110000 | 1000010 | 0 | 1000010 | 110110 | 101100 | 101011101 | 110001 | 100101 |
Color Harmonies of #8E3042
Complementary color
Monochromatic Colors of #8E3042
Black with #8E3042
Text Example
Text Example
White with #8E3042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3042; }
p { color: rgb(142,48,66); }
H1.HeaderClassName
{
color: #8E3042;
}
.AnyTagClassName
{
color: #8E3042;
}
</style>
background-color css
<style>
a { background-color: #8E3042; }
a { background-color: rgb(142,48,66); }
div.DivClassName
{
background-color: #8E3042;
}
.BgClassName
{
background-color: #8E3042;
}
</style>
border-color css
<style>
span { border-color: #8E3042; }
span { border-color: rgb(142,48,66); }
td.TdClassName
{
border-color: #8E3042;
}
.TagClassName
{
border-color: #8E3042;
}
</style>