Shades of Well Read #9E393C
Tints of Well Read #9E393C
RGB
CMYK
RGB Variations
Color information
#9E393C (or 0x9E393C) is known color: Well Read. HEX triplet: 9E, 39 and 3C. RGB value is (158,57,60). Sum of RGB (Red+Green+Blue) = 158+57+60=275 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.45% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 158 - color contains mainly: red. Hex color #9E393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E393C is #61C6C3. Grayscale: #575757. Windows color (decimal): -6407876 or 3946910. OLE color: 3946910.
HSL color Cylindrical-coordinate representation of color #9E393C: hue angle of 358.22º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E393C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 57 | 60 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.38 |
| HSL | 358.22º | 0.47% | 0.42% | - |
| HSV(B) | 358.22º | 0.64% | 0.62% | - |
| XYZ | 16.38 | 10.52 | 5.44 | - |
| YUV | 87.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 57 | 60 | 0 | 0.64 | 0.62 | 0.38 | 358.22 | 0.47 | 0.42 |
| Hex | 9E | 39 | 3C | 0 | 40 | 3E | 26 | 166 | 2F | 2A |
| Octal | 236 | 71 | 74 | 0 | 100 | 76 | 46 | 546 | 57 | 52 |
| Binary | 10011110 | 111001 | 111100 | 0 | 1000000 | 111110 | 100110 | 101100110 | 101111 | 101010 |
Color Harmonies of #9E393C
Complementary color
Monochromatic Colors of #9E393C
Black with #9E393C
Text Example
Text Example
White with #9E393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E393C; }
p { color: rgb(158,57,60); }
H1.HeaderClassName
{
color: #9E393C;
}
.AnyTagClassName
{
color: #9E393C;
}
</style>
background-color css
<style>
a { background-color: #9E393C; }
a { background-color: rgb(158,57,60); }
div.DivClassName
{
background-color: #9E393C;
}
.BgClassName
{
background-color: #9E393C;
}
</style>
border-color css
<style>
span { border-color: #9E393C; }
span { border-color: rgb(158,57,60); }
td.TdClassName
{
border-color: #9E393C;
}
.TagClassName
{
border-color: #9E393C;
}
</style>