Shades of Well Read #8E3040
Tints of Well Read #8E3040
RGB
CMYK
RGB Variations
Color information
#8E3040 (or 0x8E3040) is known color: Well Read. HEX triplet: 8E, 30 and 40. RGB value is (142,48,64). Sum of RGB (Red+Green+Blue) = 142+48+64=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3040 is #71CFBF. Grayscale: #4D4D4D. Windows color (decimal): -7458752 or 4206734. OLE color: 4206734.
HSL color Cylindrical-coordinate representation of color #8E3040: hue angle of 349.79º 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 #8E3040 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 48 | 64 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.44 |
| HSL | 349.79º | 0.49% | 0.37% | - |
| HSV(B) | 349.79º | 0.66% | 0.56% | - |
| XYZ | 13.14 | 8.23 | 5.75 | - |
| YUV | 77.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 48 | 64 | 0 | 0.66 | 0.55 | 0.44 | 349.79 | 0.49 | 0.37 |
| Hex | 8E | 30 | 40 | 0 | 42 | 37 | 2C | 15E | 31 | 25 |
| Octal | 216 | 60 | 100 | 0 | 102 | 67 | 54 | 536 | 61 | 45 |
| Binary | 10001110 | 110000 | 1000000 | 0 | 1000010 | 110111 | 101100 | 101011110 | 110001 | 100101 |
Color Harmonies of #8E3040
Complementary color
Monochromatic Colors of #8E3040
Black with #8E3040
Text Example
Text Example
White with #8E3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3040; }
p { color: rgb(142,48,64); }
H1.HeaderClassName
{
color: #8E3040;
}
.AnyTagClassName
{
color: #8E3040;
}
</style>
background-color css
<style>
a { background-color: #8E3040; }
a { background-color: rgb(142,48,64); }
div.DivClassName
{
background-color: #8E3040;
}
.BgClassName
{
background-color: #8E3040;
}
</style>
border-color css
<style>
span { border-color: #8E3040; }
span { border-color: rgb(142,48,64); }
td.TdClassName
{
border-color: #8E3040;
}
.TagClassName
{
border-color: #8E3040;
}
</style>