Shades of Well Read #8D3640
Tints of Well Read #8D3640
RGB
CMYK
RGB Variations
Color information
#8D3640 (or 0x8D3640) is known color: Well Read. HEX triplet: 8D, 36 and 40. RGB value is (141,54,64). Sum of RGB (Red+Green+Blue) = 141+54+64=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3640 is #72C9BF. Grayscale: #515151. Windows color (decimal): -7522752 or 4208269. OLE color: 4208269.
HSL color Cylindrical-coordinate representation of color #8D3640: hue angle of 353.1º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D3640 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 64 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.45 |
| HSL | 353.1º | 0.45% | 0.38% | - |
| HSV(B) | 353.1º | 0.62% | 0.55% | - |
| XYZ | 13.23 | 8.67 | 5.83 | - |
| YUV | 81.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 64 | 0 | 0.62 | 0.55 | 0.45 | 353.1 | 0.45 | 0.38 |
| Hex | 8D | 36 | 40 | 0 | 3E | 37 | 2D | 161 | 2D | 26 |
| Octal | 215 | 66 | 100 | 0 | 76 | 67 | 55 | 541 | 55 | 46 |
| Binary | 10001101 | 110110 | 1000000 | 0 | 111110 | 110111 | 101101 | 101100001 | 101101 | 100110 |
Color Harmonies of #8D3640
Complementary color
Monochromatic Colors of #8D3640
Black with #8D3640
Text Example
Text Example
White with #8D3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3640; }
p { color: rgb(141,54,64); }
H1.HeaderClassName
{
color: #8D3640;
}
.AnyTagClassName
{
color: #8D3640;
}
</style>
background-color css
<style>
a { background-color: #8D3640; }
a { background-color: rgb(141,54,64); }
div.DivClassName
{
background-color: #8D3640;
}
.BgClassName
{
background-color: #8D3640;
}
</style>
border-color css
<style>
span { border-color: #8D3640; }
span { border-color: rgb(141,54,64); }
td.TdClassName
{
border-color: #8D3640;
}
.TagClassName
{
border-color: #8D3640;
}
</style>