Shades of Well Read #8E363F
Tints of Well Read #8E363F
RGB
CMYK
RGB Variations
Color information
#8E363F (or 0x8E363F) is known color: Well Read. HEX triplet: 8E, 36 and 3F. RGB value is (142,54,63). Sum of RGB (Red+Green+Blue) = 142+54+63=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E363F is #71C9C0. Grayscale: #515151. Windows color (decimal): -7457217 or 4142734. OLE color: 4142734.
HSL color Cylindrical-coordinate representation of color #8E363F: hue angle of 353.86º 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 #8E363F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 54 | 63 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.44 |
| HSL | 353.86º | 0.45% | 0.38% | - |
| HSV(B) | 353.86º | 0.62% | 0.56% | - |
| XYZ | 13.37 | 8.75 | 5.69 | - |
| YUV | 81.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 54 | 63 | 0 | 0.62 | 0.56 | 0.44 | 353.86 | 0.45 | 0.38 |
| Hex | 8E | 36 | 3F | 0 | 3E | 38 | 2C | 162 | 2D | 26 |
| Octal | 216 | 66 | 77 | 0 | 76 | 70 | 54 | 542 | 55 | 46 |
| Binary | 10001110 | 110110 | 111111 | 0 | 111110 | 111000 | 101100 | 101100010 | 101101 | 100110 |
Color Harmonies of #8E363F
Complementary color
Monochromatic Colors of #8E363F
Black with #8E363F
Text Example
Text Example
White with #8E363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E363F; }
p { color: rgb(142,54,63); }
H1.HeaderClassName
{
color: #8E363F;
}
.AnyTagClassName
{
color: #8E363F;
}
</style>
background-color css
<style>
a { background-color: #8E363F; }
a { background-color: rgb(142,54,63); }
div.DivClassName
{
background-color: #8E363F;
}
.BgClassName
{
background-color: #8E363F;
}
</style>
border-color css
<style>
span { border-color: #8E363F; }
span { border-color: rgb(142,54,63); }
td.TdClassName
{
border-color: #8E363F;
}
.TagClassName
{
border-color: #8E363F;
}
</style>