Shades of Well Read #9E3C43
Tints of Well Read #9E3C43
RGB
CMYK
RGB Variations
Color information
#9E3C43 (or 0x9E3C43) is known color: Well Read. HEX triplet: 9E, 3C and 43. RGB value is (158,60,67). Sum of RGB (Red+Green+Blue) = 158+60+67=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3C43 is #61C3BC. Grayscale: #5A5A5A. Windows color (decimal): -6407101 or 4406430. OLE color: 4406430.
HSL color Cylindrical-coordinate representation of color #9E3C43: hue angle of 355.71º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E3C43 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 60 | 67 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.38 |
| HSL | 355.71º | 0.45% | 0.43% | - |
| HSV(B) | 355.71º | 0.62% | 0.62% | - |
| XYZ | 16.73 | 10.91 | 6.53 | - |
| YUV | 90.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 67 | 0 | 0.62 | 0.58 | 0.38 | 355.71 | 0.45 | 0.43 |
| Hex | 9E | 3C | 43 | 0 | 3E | 3A | 26 | 164 | 2D | 2B |
| Octal | 236 | 74 | 103 | 0 | 76 | 72 | 46 | 544 | 55 | 53 |
| Binary | 10011110 | 111100 | 1000011 | 0 | 111110 | 111010 | 100110 | 101100100 | 101101 | 101011 |
Color Harmonies of #9E3C43
Complementary color
Monochromatic Colors of #9E3C43
Black with #9E3C43
Text Example
Text Example
White with #9E3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3C43; }
p { color: rgb(158,60,67); }
H1.HeaderClassName
{
color: #9E3C43;
}
.AnyTagClassName
{
color: #9E3C43;
}
</style>
background-color css
<style>
a { background-color: #9E3C43; }
a { background-color: rgb(158,60,67); }
div.DivClassName
{
background-color: #9E3C43;
}
.BgClassName
{
background-color: #9E3C43;
}
</style>
border-color css
<style>
span { border-color: #9E3C43; }
span { border-color: rgb(158,60,67); }
td.TdClassName
{
border-color: #9E3C43;
}
.TagClassName
{
border-color: #9E3C43;
}
</style>