Shades of Well Read #8E393F
Tints of Well Read #8E393F
RGB
CMYK
RGB Variations
Color information
#8E393F (or 0x8E393F) is known color: Well Read. HEX triplet: 8E, 39 and 3F. RGB value is (142,57,63). Sum of RGB (Red+Green+Blue) = 142+57+63=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E393F is #71C6C0. Grayscale: #535353. Windows color (decimal): -7456449 or 4143502. OLE color: 4143502.
HSL color Cylindrical-coordinate representation of color #8E393F: hue angle of 355.76º 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 #8E393F is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 63 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.44 |
| HSL | 355.76º | 0.43% | 0.39% | - |
| HSV(B) | 355.76º | 0.6% | 0.56% | - |
| XYZ | 13.52 | 9.04 | 5.73 | - |
| YUV | 83.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 63 | 0 | 0.60 | 0.56 | 0.44 | 355.76 | 0.43 | 0.39 |
| Hex | 8E | 39 | 3F | 0 | 3C | 38 | 2C | 164 | 2B | 27 |
| Octal | 216 | 71 | 77 | 0 | 74 | 70 | 54 | 544 | 53 | 47 |
| Binary | 10001110 | 111001 | 111111 | 0 | 111100 | 111000 | 101100 | 101100100 | 101011 | 100111 |
Color Harmonies of #8E393F
Complementary color
Monochromatic Colors of #8E393F
Black with #8E393F
Text Example
Text Example
White with #8E393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E393F; }
p { color: rgb(142,57,63); }
H1.HeaderClassName
{
color: #8E393F;
}
.AnyTagClassName
{
color: #8E393F;
}
</style>
background-color css
<style>
a { background-color: #8E393F; }
a { background-color: rgb(142,57,63); }
div.DivClassName
{
background-color: #8E393F;
}
.BgClassName
{
background-color: #8E393F;
}
</style>
border-color css
<style>
span { border-color: #8E393F; }
span { border-color: rgb(142,57,63); }
td.TdClassName
{
border-color: #8E393F;
}
.TagClassName
{
border-color: #8E393F;
}
</style>