Shades of Well Read #9D393B
Tints of Well Read #9D393B
RGB
CMYK
RGB Variations
Color information
#9D393B (or 0x9D393B) is known color: Well Read. HEX triplet: 9D, 39 and 3B. RGB value is (157,57,59). Sum of RGB (Red+Green+Blue) = 157+57+59=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D393B is #62C6C4. Grayscale: #575757. Windows color (decimal): -6473413 or 3881373. OLE color: 3881373.
HSL color Cylindrical-coordinate representation of color #9D393B: hue angle of 358.8º 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 #9D393B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 57 | 59 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.38 |
| HSL | 358.8º | 0.47% | 0.42% | - |
| HSV(B) | 358.8º | 0.64% | 0.62% | - |
| XYZ | 16.16 | 10.41 | 5.3 | - |
| YUV | 87.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 57 | 59 | 0 | 0.64 | 0.62 | 0.38 | 358.8 | 0.47 | 0.42 |
| Hex | 9D | 39 | 3B | 0 | 40 | 3E | 26 | 167 | 2F | 2A |
| Octal | 235 | 71 | 73 | 0 | 100 | 76 | 46 | 547 | 57 | 52 |
| Binary | 10011101 | 111001 | 111011 | 0 | 1000000 | 111110 | 100110 | 101100111 | 101111 | 101010 |
Color Harmonies of #9D393B
Complementary color
Monochromatic Colors of #9D393B
Black with #9D393B
Text Example
Text Example
White with #9D393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D393B; }
p { color: rgb(157,57,59); }
H1.HeaderClassName
{
color: #9D393B;
}
.AnyTagClassName
{
color: #9D393B;
}
</style>
background-color css
<style>
a { background-color: #9D393B; }
a { background-color: rgb(157,57,59); }
div.DivClassName
{
background-color: #9D393B;
}
.BgClassName
{
background-color: #9D393B;
}
</style>
border-color css
<style>
span { border-color: #9D393B; }
span { border-color: rgb(157,57,59); }
td.TdClassName
{
border-color: #9D393B;
}
.TagClassName
{
border-color: #9D393B;
}
</style>