Shades of Well Read #9E3A40
Tints of Well Read #9E3A40
RGB
CMYK
RGB Variations
Color information
#9E3A40 (or 0x9E3A40) is known color: Well Read. HEX triplet: 9E, 3A and 40. RGB value is (158,58,64). Sum of RGB (Red+Green+Blue) = 158+58+64=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3A40 is #61C5BF. Grayscale: #585858. Windows color (decimal): -6407616 or 4209310. OLE color: 4209310.
HSL color Cylindrical-coordinate representation of color #9E3A40: hue angle of 356.4º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E3A40 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 58 | 64 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.38 |
| HSL | 356.4º | 0.46% | 0.42% | - |
| HSV(B) | 356.4º | 0.63% | 0.62% | - |
| XYZ | 16.54 | 10.67 | 6.04 | - |
| YUV | 88.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 58 | 64 | 0 | 0.63 | 0.59 | 0.38 | 356.4 | 0.46 | 0.42 |
| Hex | 9E | 3A | 40 | 0 | 3F | 3B | 26 | 164 | 2E | 2A |
| Octal | 236 | 72 | 100 | 0 | 77 | 73 | 46 | 544 | 56 | 52 |
| Binary | 10011110 | 111010 | 1000000 | 0 | 111111 | 111011 | 100110 | 101100100 | 101110 | 101010 |
Color Harmonies of #9E3A40
Complementary color
Monochromatic Colors of #9E3A40
Black with #9E3A40
Text Example
Text Example
White with #9E3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3A40; }
p { color: rgb(158,58,64); }
H1.HeaderClassName
{
color: #9E3A40;
}
.AnyTagClassName
{
color: #9E3A40;
}
</style>
background-color css
<style>
a { background-color: #9E3A40; }
a { background-color: rgb(158,58,64); }
div.DivClassName
{
background-color: #9E3A40;
}
.BgClassName
{
background-color: #9E3A40;
}
</style>
border-color css
<style>
span { border-color: #9E3A40; }
span { border-color: rgb(158,58,64); }
td.TdClassName
{
border-color: #9E3A40;
}
.TagClassName
{
border-color: #9E3A40;
}
</style>