Shades of Well Read #9D3541
Tints of Well Read #9D3541
RGB
CMYK
RGB Variations
Color information
#9D3541 (or 0x9D3541) is known color: Well Read. HEX triplet: 9D, 35 and 41. RGB value is (157,53,65). Sum of RGB (Red+Green+Blue) = 157+53+65=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3541 is #62CABE. Grayscale: #555555. Windows color (decimal): -6474431 or 4273565. OLE color: 4273565.
HSL color Cylindrical-coordinate representation of color #9D3541: hue angle of 353.08º 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 #9D3541 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 53 | 65 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.38 |
| HSL | 353.08º | 0.5% | 0.41% | - |
| HSV(B) | 353.08º | 0.66% | 0.62% | - |
| XYZ | 16.13 | 10.1 | 6.1 | - |
| YUV | 85.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 65 | 0 | 0.66 | 0.59 | 0.38 | 353.08 | 0.5 | 0.41 |
| Hex | 9D | 35 | 41 | 0 | 42 | 3B | 26 | 161 | 32 | 29 |
| Octal | 235 | 65 | 101 | 0 | 102 | 73 | 46 | 541 | 62 | 51 |
| Binary | 10011101 | 110101 | 1000001 | 0 | 1000010 | 111011 | 100110 | 101100001 | 110010 | 101001 |
Color Harmonies of #9D3541
Complementary color
Monochromatic Colors of #9D3541
Black with #9D3541
Text Example
Text Example
White with #9D3541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3541; }
p { color: rgb(157,53,65); }
H1.HeaderClassName
{
color: #9D3541;
}
.AnyTagClassName
{
color: #9D3541;
}
</style>
background-color css
<style>
a { background-color: #9D3541; }
a { background-color: rgb(157,53,65); }
div.DivClassName
{
background-color: #9D3541;
}
.BgClassName
{
background-color: #9D3541;
}
</style>
border-color css
<style>
span { border-color: #9D3541; }
span { border-color: rgb(157,53,65); }
td.TdClassName
{
border-color: #9D3541;
}
.TagClassName
{
border-color: #9D3541;
}
</style>