Shades of Well Read #8E3236
Tints of Well Read #8E3236
RGB
CMYK
RGB Variations
Color information
#8E3236 (or 0x8E3236) is known color: Well Read. HEX triplet: 8E, 32 and 36. RGB value is (142,50,54). Sum of RGB (Red+Green+Blue) = 142+50+54=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3236 is #71CDC9. Grayscale: #4E4E4E. Windows color (decimal): -7458250 or 3551886. OLE color: 3551886.
HSL color Cylindrical-coordinate representation of color #8E3236: hue angle of 357.39º 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 #8E3236 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 50 | 54 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.44 |
| HSL | 357.39º | 0.48% | 0.38% | - |
| HSV(B) | 357.39º | 0.65% | 0.56% | - |
| XYZ | 12.96 | 8.3 | 4.41 | - |
| YUV | 77.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 54 | 0 | 0.65 | 0.62 | 0.44 | 357.39 | 0.48 | 0.38 |
| Hex | 8E | 32 | 36 | 0 | 41 | 3E | 2C | 165 | 30 | 26 |
| Octal | 216 | 62 | 66 | 0 | 101 | 76 | 54 | 545 | 60 | 46 |
| Binary | 10001110 | 110010 | 110110 | 0 | 1000001 | 111110 | 101100 | 101100101 | 110000 | 100110 |
Color Harmonies of #8E3236
Complementary color
Monochromatic Colors of #8E3236
Black with #8E3236
Text Example
Text Example
White with #8E3236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3236; }
p { color: rgb(142,50,54); }
H1.HeaderClassName
{
color: #8E3236;
}
.AnyTagClassName
{
color: #8E3236;
}
</style>
background-color css
<style>
a { background-color: #8E3236; }
a { background-color: rgb(142,50,54); }
div.DivClassName
{
background-color: #8E3236;
}
.BgClassName
{
background-color: #8E3236;
}
</style>
border-color css
<style>
span { border-color: #8E3236; }
span { border-color: rgb(142,50,54); }
td.TdClassName
{
border-color: #8E3236;
}
.TagClassName
{
border-color: #8E3236;
}
</style>