Shades of Well Read #8E2E41
Tints of Well Read #8E2E41
RGB
CMYK
RGB Variations
Color information
#8E2E41 (or 0x8E2E41) is known color: Well Read. HEX triplet: 8E, 2E and 41. RGB value is (142,46,65). Sum of RGB (Red+Green+Blue) = 142+46+65=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2E41 is #71D1BE. Grayscale: #4C4C4C. Windows color (decimal): -7459263 or 4271758. OLE color: 4271758.
HSL color Cylindrical-coordinate representation of color #8E2E41: hue angle of 348.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2E41 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 46 | 65 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.44 |
| HSL | 348.13º | 0.51% | 0.37% | - |
| HSV(B) | 348.13º | 0.68% | 0.56% | - |
| XYZ | 13.09 | 8.09 | 5.87 | - |
| YUV | 76.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 46 | 65 | 0 | 0.68 | 0.54 | 0.44 | 348.13 | 0.51 | 0.37 |
| Hex | 8E | 2E | 41 | 0 | 44 | 36 | 2C | 15C | 33 | 25 |
| Octal | 216 | 56 | 101 | 0 | 104 | 66 | 54 | 534 | 63 | 45 |
| Binary | 10001110 | 101110 | 1000001 | 0 | 1000100 | 110110 | 101100 | 101011100 | 110011 | 100101 |
Color Harmonies of #8E2E41
Complementary color
Monochromatic Colors of #8E2E41
Black with #8E2E41
Text Example
Text Example
White with #8E2E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2E41; }
p { color: rgb(142,46,65); }
H1.HeaderClassName
{
color: #8E2E41;
}
.AnyTagClassName
{
color: #8E2E41;
}
</style>
background-color css
<style>
a { background-color: #8E2E41; }
a { background-color: rgb(142,46,65); }
div.DivClassName
{
background-color: #8E2E41;
}
.BgClassName
{
background-color: #8E2E41;
}
</style>
border-color css
<style>
span { border-color: #8E2E41; }
span { border-color: rgb(142,46,65); }
td.TdClassName
{
border-color: #8E2E41;
}
.TagClassName
{
border-color: #8E2E41;
}
</style>