Shades of Well Read #8E2E40
Tints of Well Read #8E2E40
RGB
CMYK
RGB Variations
Color information
#8E2E40 (or 0x8E2E40) is known color: Well Read. HEX triplet: 8E, 2E and 40. RGB value is (142,46,64). Sum of RGB (Red+Green+Blue) = 142+46+64=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2E40 is #71D1BF. Grayscale: #4C4C4C. Windows color (decimal): -7459264 or 4206222. OLE color: 4206222.
HSL color Cylindrical-coordinate representation of color #8E2E40: hue angle of 348.75º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2E40 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 46 | 64 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.44 |
| HSL | 348.75º | 0.51% | 0.37% | - |
| HSV(B) | 348.75º | 0.68% | 0.56% | - |
| XYZ | 13.06 | 8.07 | 5.72 | - |
| YUV | 76.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 46 | 64 | 0 | 0.68 | 0.55 | 0.44 | 348.75 | 0.51 | 0.37 |
| Hex | 8E | 2E | 40 | 0 | 44 | 37 | 2C | 15D | 33 | 25 |
| Octal | 216 | 56 | 100 | 0 | 104 | 67 | 54 | 535 | 63 | 45 |
| Binary | 10001110 | 101110 | 1000000 | 0 | 1000100 | 110111 | 101100 | 101011101 | 110011 | 100101 |
Color Harmonies of #8E2E40
Complementary color
Monochromatic Colors of #8E2E40
Black with #8E2E40
Text Example
Text Example
White with #8E2E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2E40; }
p { color: rgb(142,46,64); }
H1.HeaderClassName
{
color: #8E2E40;
}
.AnyTagClassName
{
color: #8E2E40;
}
</style>
background-color css
<style>
a { background-color: #8E2E40; }
a { background-color: rgb(142,46,64); }
div.DivClassName
{
background-color: #8E2E40;
}
.BgClassName
{
background-color: #8E2E40;
}
</style>
border-color css
<style>
span { border-color: #8E2E40; }
span { border-color: rgb(142,46,64); }
td.TdClassName
{
border-color: #8E2E40;
}
.TagClassName
{
border-color: #8E2E40;
}
</style>