Shades of Well Read #8E353D
Tints of Well Read #8E353D
RGB
CMYK
RGB Variations
Color information
#8E353D (or 0x8E353D) is known color: Well Read. HEX triplet: 8E, 35 and 3D. RGB value is (142,53,61). Sum of RGB (Red+Green+Blue) = 142+53+61=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E353D is #71CAC2. Grayscale: #505050. Windows color (decimal): -7457475 or 4011406. OLE color: 4011406.
HSL color Cylindrical-coordinate representation of color #8E353D: hue angle of 354.61º 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 #8E353D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 61 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.44 |
| HSL | 354.61º | 0.46% | 0.38% | - |
| HSV(B) | 354.61º | 0.63% | 0.56% | - |
| XYZ | 13.27 | 8.63 | 5.38 | - |
| YUV | 80.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 61 | 0 | 0.63 | 0.57 | 0.44 | 354.61 | 0.46 | 0.38 |
| Hex | 8E | 35 | 3D | 0 | 3F | 39 | 2C | 163 | 2E | 26 |
| Octal | 216 | 65 | 75 | 0 | 77 | 71 | 54 | 543 | 56 | 46 |
| Binary | 10001110 | 110101 | 111101 | 0 | 111111 | 111001 | 101100 | 101100011 | 101110 | 100110 |
Color Harmonies of #8E353D
Complementary color
Monochromatic Colors of #8E353D
Black with #8E353D
Text Example
Text Example
White with #8E353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E353D; }
p { color: rgb(142,53,61); }
H1.HeaderClassName
{
color: #8E353D;
}
.AnyTagClassName
{
color: #8E353D;
}
</style>
background-color css
<style>
a { background-color: #8E353D; }
a { background-color: rgb(142,53,61); }
div.DivClassName
{
background-color: #8E353D;
}
.BgClassName
{
background-color: #8E353D;
}
</style>
border-color css
<style>
span { border-color: #8E353D; }
span { border-color: rgb(142,53,61); }
td.TdClassName
{
border-color: #8E353D;
}
.TagClassName
{
border-color: #8E353D;
}
</style>