Shades of Well Read #8E3A3D
Tints of Well Read #8E3A3D
RGB
CMYK
RGB Variations
Color information
#8E3A3D (or 0x8E3A3D) is known color: Well Read. HEX triplet: 8E, 3A and 3D. RGB value is (142,58,61). Sum of RGB (Red+Green+Blue) = 142+58+61=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3A3D is #71C5C2. Grayscale: #535353. Windows color (decimal): -7456195 or 4012686. OLE color: 4012686.
HSL color Cylindrical-coordinate representation of color #8E3A3D: hue angle of 357.86º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E3A3D is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 58 | 61 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.44 |
| HSL | 357.86º | 0.42% | 0.39% | - |
| HSV(B) | 357.86º | 0.59% | 0.56% | - |
| XYZ | 13.51 | 9.11 | 5.46 | - |
| YUV | 83.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 61 | 0 | 0.59 | 0.57 | 0.44 | 357.86 | 0.42 | 0.39 |
| Hex | 8E | 3A | 3D | 0 | 3B | 39 | 2C | 166 | 2A | 27 |
| Octal | 216 | 72 | 75 | 0 | 73 | 71 | 54 | 546 | 52 | 47 |
| Binary | 10001110 | 111010 | 111101 | 0 | 111011 | 111001 | 101100 | 101100110 | 101010 | 100111 |
Color Harmonies of #8E3A3D
Complementary color
Monochromatic Colors of #8E3A3D
Black with #8E3A3D
Text Example
Text Example
White with #8E3A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3A3D; }
p { color: rgb(142,58,61); }
H1.HeaderClassName
{
color: #8E3A3D;
}
.AnyTagClassName
{
color: #8E3A3D;
}
</style>
background-color css
<style>
a { background-color: #8E3A3D; }
a { background-color: rgb(142,58,61); }
div.DivClassName
{
background-color: #8E3A3D;
}
.BgClassName
{
background-color: #8E3A3D;
}
</style>
border-color css
<style>
span { border-color: #8E3A3D; }
span { border-color: rgb(142,58,61); }
td.TdClassName
{
border-color: #8E3A3D;
}
.TagClassName
{
border-color: #8E3A3D;
}
</style>