Shades of Well Read #8E343D
Tints of Well Read #8E343D
RGB
CMYK
RGB Variations
Color information
#8E343D (or 0x8E343D) is known color: Well Read. HEX triplet: 8E, 34 and 3D. RGB value is (142,52,61). Sum of RGB (Red+Green+Blue) = 142+52+61=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E343D is #71CBC2. Grayscale: #4F4F4F. Windows color (decimal): -7457731 or 4011150. OLE color: 4011150.
HSL color Cylindrical-coordinate representation of color #8E343D: hue angle of 354º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E343D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 52 | 61 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.44 |
| HSL | 354º | 0.46% | 0.38% | - |
| HSV(B) | 354º | 0.63% | 0.56% | - |
| XYZ | 13.23 | 8.54 | 5.37 | - |
| YUV | 79.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 52 | 61 | 0 | 0.63 | 0.57 | 0.44 | 354 | 0.46 | 0.38 |
| Hex | 8E | 34 | 3D | 0 | 3F | 39 | 2C | 162 | 2E | 26 |
| Octal | 216 | 64 | 75 | 0 | 77 | 71 | 54 | 542 | 56 | 46 |
| Binary | 10001110 | 110100 | 111101 | 0 | 111111 | 111001 | 101100 | 101100010 | 101110 | 100110 |
Color Harmonies of #8E343D
Complementary color
Monochromatic Colors of #8E343D
Black with #8E343D
Text Example
Text Example
White with #8E343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E343D; }
p { color: rgb(142,52,61); }
H1.HeaderClassName
{
color: #8E343D;
}
.AnyTagClassName
{
color: #8E343D;
}
</style>
background-color css
<style>
a { background-color: #8E343D; }
a { background-color: rgb(142,52,61); }
div.DivClassName
{
background-color: #8E343D;
}
.BgClassName
{
background-color: #8E343D;
}
</style>
border-color css
<style>
span { border-color: #8E343D; }
span { border-color: rgb(142,52,61); }
td.TdClassName
{
border-color: #8E343D;
}
.TagClassName
{
border-color: #8E343D;
}
</style>