Shades of Well Read #8E3239
Tints of Well Read #8E3239
RGB
CMYK
RGB Variations
Color information
#8E3239 (or 0x8E3239) is known color: Well Read. HEX triplet: 8E, 32 and 39. RGB value is (142,50,57). Sum of RGB (Red+Green+Blue) = 142+50+57=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3239 is #71CDC6. Grayscale: #4E4E4E. Windows color (decimal): -7458247 or 3748494. OLE color: 3748494.
HSL color Cylindrical-coordinate representation of color #8E3239: hue angle of 355.43º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3239 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 50 | 57 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.44 |
| HSL | 355.43º | 0.48% | 0.38% | - |
| HSV(B) | 355.43º | 0.65% | 0.56% | - |
| XYZ | 13.03 | 8.33 | 4.79 | - |
| YUV | 78.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 57 | 0 | 0.65 | 0.60 | 0.44 | 355.43 | 0.48 | 0.38 |
| Hex | 8E | 32 | 39 | 0 | 41 | 3C | 2C | 163 | 30 | 26 |
| Octal | 216 | 62 | 71 | 0 | 101 | 74 | 54 | 543 | 60 | 46 |
| Binary | 10001110 | 110010 | 111001 | 0 | 1000001 | 111100 | 101100 | 101100011 | 110000 | 100110 |
Color Harmonies of #8E3239
Complementary color
Monochromatic Colors of #8E3239
Black with #8E3239
Text Example
Text Example
White with #8E3239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3239; }
p { color: rgb(142,50,57); }
H1.HeaderClassName
{
color: #8E3239;
}
.AnyTagClassName
{
color: #8E3239;
}
</style>
background-color css
<style>
a { background-color: #8E3239; }
a { background-color: rgb(142,50,57); }
div.DivClassName
{
background-color: #8E3239;
}
.BgClassName
{
background-color: #8E3239;
}
</style>
border-color css
<style>
span { border-color: #8E3239; }
span { border-color: rgb(142,50,57); }
td.TdClassName
{
border-color: #8E3239;
}
.TagClassName
{
border-color: #8E3239;
}
</style>