Shades of Well Read #9D3242
Tints of Well Read #9D3242
RGB
CMYK
RGB Variations
Color information
#9D3242 (or 0x9D3242) is known color: Well Read. HEX triplet: 9D, 32 and 42. RGB value is (157,50,66). Sum of RGB (Red+Green+Blue) = 157+50+66=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3242 is #62CDBD. Grayscale: #535353. Windows color (decimal): -6475198 or 4338333. OLE color: 4338333.
HSL color Cylindrical-coordinate representation of color #9D3242: hue angle of 351.03º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3242 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 66 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.38 |
| HSL | 351.03º | 0.52% | 0.41% | - |
| HSV(B) | 351.03º | 0.68% | 0.62% | - |
| XYZ | 16.03 | 9.84 | 6.21 | - |
| YUV | 83.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 66 | 0 | 0.68 | 0.58 | 0.38 | 351.03 | 0.52 | 0.41 |
| Hex | 9D | 32 | 42 | 0 | 44 | 3A | 26 | 15F | 34 | 29 |
| Octal | 235 | 62 | 102 | 0 | 104 | 72 | 46 | 537 | 64 | 51 |
| Binary | 10011101 | 110010 | 1000010 | 0 | 1000100 | 111010 | 100110 | 101011111 | 110100 | 101001 |
Color Harmonies of #9D3242
Complementary color
Monochromatic Colors of #9D3242
Black with #9D3242
Text Example
Text Example
White with #9D3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3242; }
p { color: rgb(157,50,66); }
H1.HeaderClassName
{
color: #9D3242;
}
.AnyTagClassName
{
color: #9D3242;
}
</style>
background-color css
<style>
a { background-color: #9D3242; }
a { background-color: rgb(157,50,66); }
div.DivClassName
{
background-color: #9D3242;
}
.BgClassName
{
background-color: #9D3242;
}
</style>
border-color css
<style>
span { border-color: #9D3242; }
span { border-color: rgb(157,50,66); }
td.TdClassName
{
border-color: #9D3242;
}
.TagClassName
{
border-color: #9D3242;
}
</style>