Shades of Well Read #8E3243
Tints of Well Read #8E3243
RGB
CMYK
RGB Variations
Color information
#8E3243 (or 0x8E3243) is known color: Well Read. HEX triplet: 8E, 32 and 43. RGB value is (142,50,67). Sum of RGB (Red+Green+Blue) = 142+50+67=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3243 is #71CDBC. Grayscale: #4F4F4F. Windows color (decimal): -7458237 or 4403854. OLE color: 4403854.
HSL color Cylindrical-coordinate representation of color #8E3243: hue angle of 348.91º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3243 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 50 | 67 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.44 |
| HSL | 348.91º | 0.48% | 0.38% | - |
| HSV(B) | 348.91º | 0.65% | 0.56% | - |
| XYZ | 13.31 | 8.44 | 6.24 | - |
| YUV | 79.45 | 120.98 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 67 | 0 | 0.65 | 0.53 | 0.44 | 348.91 | 0.48 | 0.38 |
| Hex | 8E | 32 | 43 | 0 | 41 | 35 | 2C | 15D | 30 | 26 |
| Octal | 216 | 62 | 103 | 0 | 101 | 65 | 54 | 535 | 60 | 46 |
| Binary | 10001110 | 110010 | 1000011 | 0 | 1000001 | 110101 | 101100 | 101011101 | 110000 | 100110 |
Color Harmonies of #8E3243
Complementary color
Monochromatic Colors of #8E3243
Black with #8E3243
Text Example
Text Example
White with #8E3243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3243; }
p { color: rgb(142,50,67); }
H1.HeaderClassName
{
color: #8E3243;
}
.AnyTagClassName
{
color: #8E3243;
}
</style>
background-color css
<style>
a { background-color: #8E3243; }
a { background-color: rgb(142,50,67); }
div.DivClassName
{
background-color: #8E3243;
}
.BgClassName
{
background-color: #8E3243;
}
</style>
border-color css
<style>
span { border-color: #8E3243; }
span { border-color: rgb(142,50,67); }
td.TdClassName
{
border-color: #8E3243;
}
.TagClassName
{
border-color: #8E3243;
}
</style>