Shades of Well Read #9D3940
Tints of Well Read #9D3940
RGB
CMYK
RGB Variations
Color information
#9D3940 (or 0x9D3940) is known color: Well Read. HEX triplet: 9D, 39 and 40. RGB value is (157,57,64). Sum of RGB (Red+Green+Blue) = 157+57+64=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3940 is #62C6BF. Grayscale: #575757. Windows color (decimal): -6473408 or 4209053. OLE color: 4209053.
HSL color Cylindrical-coordinate representation of color #9D3940: hue angle of 355.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 #9D3940 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 57 | 64 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.38 |
| HSL | 355.8º | 0.47% | 0.42% | - |
| HSV(B) | 355.8º | 0.64% | 0.62% | - |
| XYZ | 16.29 | 10.46 | 6.01 | - |
| YUV | 87.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 57 | 64 | 0 | 0.64 | 0.59 | 0.38 | 355.8 | 0.47 | 0.42 |
| Hex | 9D | 39 | 40 | 0 | 40 | 3B | 26 | 164 | 2F | 2A |
| Octal | 235 | 71 | 100 | 0 | 100 | 73 | 46 | 544 | 57 | 52 |
| Binary | 10011101 | 111001 | 1000000 | 0 | 1000000 | 111011 | 100110 | 101100100 | 101111 | 101010 |
Color Harmonies of #9D3940
Complementary color
Monochromatic Colors of #9D3940
Black with #9D3940
Text Example
Text Example
White with #9D3940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3940; }
p { color: rgb(157,57,64); }
H1.HeaderClassName
{
color: #9D3940;
}
.AnyTagClassName
{
color: #9D3940;
}
</style>
background-color css
<style>
a { background-color: #9D3940; }
a { background-color: rgb(157,57,64); }
div.DivClassName
{
background-color: #9D3940;
}
.BgClassName
{
background-color: #9D3940;
}
</style>
border-color css
<style>
span { border-color: #9D3940; }
span { border-color: rgb(157,57,64); }
td.TdClassName
{
border-color: #9D3940;
}
.TagClassName
{
border-color: #9D3940;
}
</style>