Shades of Well Read #9D4243
Tints of Well Read #9D4243
RGB
CMYK
RGB Variations
Color information
#9D4243 (or 0x9D4243) is known color: Well Read. HEX triplet: 9D, 42 and 43. RGB value is (157,66,67). Sum of RGB (Red+Green+Blue) = 157+66+67=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4243 is #62BDBC. Grayscale: #5D5D5D. Windows color (decimal): -6471101 or 4407965. OLE color: 4407965.
HSL color Cylindrical-coordinate representation of color #9D4243: hue angle of 359.34º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D4243 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 66 | 67 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.38 |
| HSL | 359.34º | 0.41% | 0.44% | - |
| HSV(B) | 359.34º | 0.58% | 0.62% | - |
| XYZ | 16.87 | 11.47 | 6.64 | - |
| YUV | 93.32 | 113.15 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 67 | 0 | 0.58 | 0.57 | 0.38 | 359.34 | 0.41 | 0.44 |
| Hex | 9D | 42 | 43 | 0 | 3A | 39 | 26 | 167 | 29 | 2C |
| Octal | 235 | 102 | 103 | 0 | 72 | 71 | 46 | 547 | 51 | 54 |
| Binary | 10011101 | 1000010 | 1000011 | 0 | 111010 | 111001 | 100110 | 101100111 | 101001 | 101100 |
Color Harmonies of #9D4243
Complementary color
Monochromatic Colors of #9D4243
Black with #9D4243
Text Example
Text Example
White with #9D4243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4243; }
p { color: rgb(157,66,67); }
H1.HeaderClassName
{
color: #9D4243;
}
.AnyTagClassName
{
color: #9D4243;
}
</style>
background-color css
<style>
a { background-color: #9D4243; }
a { background-color: rgb(157,66,67); }
div.DivClassName
{
background-color: #9D4243;
}
.BgClassName
{
background-color: #9D4243;
}
</style>
border-color css
<style>
span { border-color: #9D4243; }
span { border-color: rgb(157,66,67); }
td.TdClassName
{
border-color: #9D4243;
}
.TagClassName
{
border-color: #9D4243;
}
</style>