Shades of Well Read #9D353F
Tints of Well Read #9D353F
RGB
CMYK
RGB Variations
Color information
#9D353F (or 0x9D353F) is known color: Well Read. HEX triplet: 9D, 35 and 3F. RGB value is (157,53,63). Sum of RGB (Red+Green+Blue) = 157+53+63=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D353F is #62CAC0. Grayscale: #555555. Windows color (decimal): -6474433 or 4142493. OLE color: 4142493.
HSL color Cylindrical-coordinate representation of color #9D353F: hue angle of 354.23º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D353F is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 53 | 63 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.38 |
| HSL | 354.23º | 0.5% | 0.41% | - |
| HSV(B) | 354.23º | 0.66% | 0.62% | - |
| XYZ | 16.07 | 10.07 | 5.8 | - |
| YUV | 85.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 63 | 0 | 0.66 | 0.60 | 0.38 | 354.23 | 0.5 | 0.41 |
| Hex | 9D | 35 | 3F | 0 | 42 | 3C | 26 | 162 | 32 | 29 |
| Octal | 235 | 65 | 77 | 0 | 102 | 74 | 46 | 542 | 62 | 51 |
| Binary | 10011101 | 110101 | 111111 | 0 | 1000010 | 111100 | 100110 | 101100010 | 110010 | 101001 |
Color Harmonies of #9D353F
Complementary color
Monochromatic Colors of #9D353F
Black with #9D353F
Text Example
Text Example
White with #9D353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D353F; }
p { color: rgb(157,53,63); }
H1.HeaderClassName
{
color: #9D353F;
}
.AnyTagClassName
{
color: #9D353F;
}
</style>
background-color css
<style>
a { background-color: #9D353F; }
a { background-color: rgb(157,53,63); }
div.DivClassName
{
background-color: #9D353F;
}
.BgClassName
{
background-color: #9D353F;
}
</style>
border-color css
<style>
span { border-color: #9D353F; }
span { border-color: rgb(157,53,63); }
td.TdClassName
{
border-color: #9D353F;
}
.TagClassName
{
border-color: #9D353F;
}
</style>