Shades of Well Read #9E363E
Tints of Well Read #9E363E
RGB
CMYK
RGB Variations
Color information
#9E363E (or 0x9E363E) is known color: Well Read. HEX triplet: 9E, 36 and 3E. RGB value is (158,54,62). Sum of RGB (Red+Green+Blue) = 158+54+62=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E363E is #61C9C1. Grayscale: #565656. Windows color (decimal): -6408642 or 4077214. OLE color: 4077214.
HSL color Cylindrical-coordinate representation of color #9E363E: hue angle of 355.38º 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 #9E363E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 54 | 62 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.38 |
| HSL | 355.38º | 0.49% | 0.42% | - |
| HSV(B) | 355.38º | 0.66% | 0.62% | - |
| XYZ | 16.29 | 10.26 | 5.68 | - |
| YUV | 86.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 62 | 0 | 0.66 | 0.61 | 0.38 | 355.38 | 0.49 | 0.42 |
| Hex | 9E | 36 | 3E | 0 | 42 | 3D | 26 | 163 | 31 | 2A |
| Octal | 236 | 66 | 76 | 0 | 102 | 75 | 46 | 543 | 61 | 52 |
| Binary | 10011110 | 110110 | 111110 | 0 | 1000010 | 111101 | 100110 | 101100011 | 110001 | 101010 |
Color Harmonies of #9E363E
Complementary color
Monochromatic Colors of #9E363E
Black with #9E363E
Text Example
Text Example
White with #9E363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E363E; }
p { color: rgb(158,54,62); }
H1.HeaderClassName
{
color: #9E363E;
}
.AnyTagClassName
{
color: #9E363E;
}
</style>
background-color css
<style>
a { background-color: #9E363E; }
a { background-color: rgb(158,54,62); }
div.DivClassName
{
background-color: #9E363E;
}
.BgClassName
{
background-color: #9E363E;
}
</style>
border-color css
<style>
span { border-color: #9E363E; }
span { border-color: rgb(158,54,62); }
td.TdClassName
{
border-color: #9E363E;
}
.TagClassName
{
border-color: #9E363E;
}
</style>