Shades of Well Read #8E393D
Tints of Well Read #8E393D
RGB
CMYK
RGB Variations
Color information
#8E393D (or 0x8E393D) is known color: Well Read. HEX triplet: 8E, 39 and 3D. RGB value is (142,57,61). Sum of RGB (Red+Green+Blue) = 142+57+61=260 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.62% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 142 - color contains mainly: red. Hex color #8E393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E393D is #71C6C2. Grayscale: #525252. Windows color (decimal): -7456451 or 4012430. OLE color: 4012430.
HSL color Cylindrical-coordinate representation of color #8E393D: hue angle of 357.18º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E393D is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 61 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.44 |
| HSL | 357.18º | 0.43% | 0.39% | - |
| HSV(B) | 357.18º | 0.6% | 0.56% | - |
| XYZ | 13.46 | 9.01 | 5.45 | - |
| YUV | 82.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 61 | 0 | 0.60 | 0.57 | 0.44 | 357.18 | 0.43 | 0.39 |
| Hex | 8E | 39 | 3D | 0 | 3C | 39 | 2C | 165 | 2B | 27 |
| Octal | 216 | 71 | 75 | 0 | 74 | 71 | 54 | 545 | 53 | 47 |
| Binary | 10001110 | 111001 | 111101 | 0 | 111100 | 111001 | 101100 | 101100101 | 101011 | 100111 |
Color Harmonies of #8E393D
Complementary color
Monochromatic Colors of #8E393D
Black with #8E393D
Text Example
Text Example
White with #8E393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E393D; }
p { color: rgb(142,57,61); }
H1.HeaderClassName
{
color: #8E393D;
}
.AnyTagClassName
{
color: #8E393D;
}
</style>
background-color css
<style>
a { background-color: #8E393D; }
a { background-color: rgb(142,57,61); }
div.DivClassName
{
background-color: #8E393D;
}
.BgClassName
{
background-color: #8E393D;
}
</style>
border-color css
<style>
span { border-color: #8E393D; }
span { border-color: rgb(142,57,61); }
td.TdClassName
{
border-color: #8E393D;
}
.TagClassName
{
border-color: #8E393D;
}
</style>