Shades of Well Read #8E3638
Tints of Well Read #8E3638
RGB
CMYK
RGB Variations
Color information
#8E3638 (or 0x8E3638) is known color: Well Read. HEX triplet: 8E, 36 and 38. RGB value is (142,54,56). Sum of RGB (Red+Green+Blue) = 142+54+56=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3638 is #71C9C7. Grayscale: #505050. Windows color (decimal): -7457224 or 3683982. OLE color: 3683982.
HSL color Cylindrical-coordinate representation of color #8E3638: hue angle of 358.64º 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 #8E3638 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 54 | 56 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.44 |
| HSL | 358.64º | 0.45% | 0.38% | - |
| HSV(B) | 358.64º | 0.62% | 0.56% | - |
| XYZ | 13.19 | 8.67 | 4.72 | - |
| YUV | 80.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 54 | 56 | 0 | 0.62 | 0.61 | 0.44 | 358.64 | 0.45 | 0.38 |
| Hex | 8E | 36 | 38 | 0 | 3E | 3D | 2C | 167 | 2D | 26 |
| Octal | 216 | 66 | 70 | 0 | 76 | 75 | 54 | 547 | 55 | 46 |
| Binary | 10001110 | 110110 | 111000 | 0 | 111110 | 111101 | 101100 | 101100111 | 101101 | 100110 |
Color Harmonies of #8E3638
Complementary color
Monochromatic Colors of #8E3638
Black with #8E3638
Text Example
Text Example
White with #8E3638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3638; }
p { color: rgb(142,54,56); }
H1.HeaderClassName
{
color: #8E3638;
}
.AnyTagClassName
{
color: #8E3638;
}
</style>
background-color css
<style>
a { background-color: #8E3638; }
a { background-color: rgb(142,54,56); }
div.DivClassName
{
background-color: #8E3638;
}
.BgClassName
{
background-color: #8E3638;
}
</style>
border-color css
<style>
span { border-color: #8E3638; }
span { border-color: rgb(142,54,56); }
td.TdClassName
{
border-color: #8E3638;
}
.TagClassName
{
border-color: #8E3638;
}
</style>