Shades of Well Read #8D3740
Tints of Well Read #8D3740
RGB
CMYK
RGB Variations
Color information
#8D3740 (or 0x8D3740) is known color: Well Read. HEX triplet: 8D, 37 and 40. RGB value is (141,55,64). Sum of RGB (Red+Green+Blue) = 141+55+64=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3740 is #72C8BF. Grayscale: #515151. Windows color (decimal): -7522496 or 4208525. OLE color: 4208525.
HSL color Cylindrical-coordinate representation of color #8D3740: hue angle of 353.72º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D3740 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 55 | 64 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.45 |
| HSL | 353.72º | 0.44% | 0.38% | - |
| HSV(B) | 353.72º | 0.61% | 0.55% | - |
| XYZ | 13.28 | 8.77 | 5.84 | - |
| YUV | 81.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 64 | 0 | 0.61 | 0.55 | 0.45 | 353.72 | 0.44 | 0.38 |
| Hex | 8D | 37 | 40 | 0 | 3D | 37 | 2D | 162 | 2C | 26 |
| Octal | 215 | 67 | 100 | 0 | 75 | 67 | 55 | 542 | 54 | 46 |
| Binary | 10001101 | 110111 | 1000000 | 0 | 111101 | 110111 | 101101 | 101100010 | 101100 | 100110 |
Color Harmonies of #8D3740
Complementary color
Monochromatic Colors of #8D3740
Black with #8D3740
Text Example
Text Example
White with #8D3740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3740; }
p { color: rgb(141,55,64); }
H1.HeaderClassName
{
color: #8D3740;
}
.AnyTagClassName
{
color: #8D3740;
}
</style>
background-color css
<style>
a { background-color: #8D3740; }
a { background-color: rgb(141,55,64); }
div.DivClassName
{
background-color: #8D3740;
}
.BgClassName
{
background-color: #8D3740;
}
</style>
border-color css
<style>
span { border-color: #8D3740; }
span { border-color: rgb(141,55,64); }
td.TdClassName
{
border-color: #8D3740;
}
.TagClassName
{
border-color: #8D3740;
}
</style>