Shades of Well Read #8E363D
Tints of Well Read #8E363D
RGB
CMYK
RGB Variations
Color information
#8E363D (or 0x8E363D) is known color: Well Read. HEX triplet: 8E, 36 and 3D. RGB value is (142,54,61). Sum of RGB (Red+Green+Blue) = 142+54+61=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E363D is #71C9C2. Grayscale: #515151. Windows color (decimal): -7457219 or 4011662. OLE color: 4011662.
HSL color Cylindrical-coordinate representation of color #8E363D: hue angle of 355.23º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E363D is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 54 | 61 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.44 |
| HSL | 355.23º | 0.45% | 0.38% | - |
| HSV(B) | 355.23º | 0.62% | 0.56% | - |
| XYZ | 13.32 | 8.73 | 5.4 | - |
| YUV | 81.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 54 | 61 | 0 | 0.62 | 0.57 | 0.44 | 355.23 | 0.45 | 0.38 |
| Hex | 8E | 36 | 3D | 0 | 3E | 39 | 2C | 163 | 2D | 26 |
| Octal | 216 | 66 | 75 | 0 | 76 | 71 | 54 | 543 | 55 | 46 |
| Binary | 10001110 | 110110 | 111101 | 0 | 111110 | 111001 | 101100 | 101100011 | 101101 | 100110 |
Color Harmonies of #8E363D
Complementary color
Monochromatic Colors of #8E363D
Black with #8E363D
Text Example
Text Example
White with #8E363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E363D; }
p { color: rgb(142,54,61); }
H1.HeaderClassName
{
color: #8E363D;
}
.AnyTagClassName
{
color: #8E363D;
}
</style>
background-color css
<style>
a { background-color: #8E363D; }
a { background-color: rgb(142,54,61); }
div.DivClassName
{
background-color: #8E363D;
}
.BgClassName
{
background-color: #8E363D;
}
</style>
border-color css
<style>
span { border-color: #8E363D; }
span { border-color: rgb(142,54,61); }
td.TdClassName
{
border-color: #8E363D;
}
.TagClassName
{
border-color: #8E363D;
}
</style>