Shades of Well Read #9E3640
Tints of Well Read #9E3640
RGB
CMYK
RGB Variations
Color information
#9E3640 (or 0x9E3640) is known color: Well Read. HEX triplet: 9E, 36 and 40. RGB value is (158,54,64). Sum of RGB (Red+Green+Blue) = 158+54+64=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3640 is #61C9BF. Grayscale: #565656. Windows color (decimal): -6408640 or 4208286. OLE color: 4208286.
HSL color Cylindrical-coordinate representation of color #9E3640: hue angle of 354.23º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3640 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 54 | 64 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.38 |
| HSL | 354.23º | 0.49% | 0.42% | - |
| HSV(B) | 354.23º | 0.66% | 0.62% | - |
| XYZ | 16.35 | 10.28 | 5.97 | - |
| YUV | 86.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 64 | 0 | 0.66 | 0.59 | 0.38 | 354.23 | 0.49 | 0.42 |
| Hex | 9E | 36 | 40 | 0 | 42 | 3B | 26 | 162 | 31 | 2A |
| Octal | 236 | 66 | 100 | 0 | 102 | 73 | 46 | 542 | 61 | 52 |
| Binary | 10011110 | 110110 | 1000000 | 0 | 1000010 | 111011 | 100110 | 101100010 | 110001 | 101010 |
Color Harmonies of #9E3640
Complementary color
Monochromatic Colors of #9E3640
Black with #9E3640
Text Example
Text Example
White with #9E3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3640; }
p { color: rgb(158,54,64); }
H1.HeaderClassName
{
color: #9E3640;
}
.AnyTagClassName
{
color: #9E3640;
}
</style>
background-color css
<style>
a { background-color: #9E3640; }
a { background-color: rgb(158,54,64); }
div.DivClassName
{
background-color: #9E3640;
}
.BgClassName
{
background-color: #9E3640;
}
</style>
border-color css
<style>
span { border-color: #9E3640; }
span { border-color: rgb(158,54,64); }
td.TdClassName
{
border-color: #9E3640;
}
.TagClassName
{
border-color: #9E3640;
}
</style>