Shades of Well Read #8D343F
Tints of Well Read #8D343F
RGB
CMYK
RGB Variations
Color information
#8D343F (or 0x8D343F) is known color: Well Read. HEX triplet: 8D, 34 and 3F. RGB value is (141,52,63). Sum of RGB (Red+Green+Blue) = 141+52+63=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D343F is #72CBC0. Grayscale: #4F4F4F. Windows color (decimal): -7523265 or 4142221. OLE color: 4142221.
HSL color Cylindrical-coordinate representation of color #8D343F: hue angle of 352.58º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D343F is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 63 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.45 |
| HSL | 352.58º | 0.46% | 0.38% | - |
| HSV(B) | 352.58º | 0.63% | 0.55% | - |
| XYZ | 13.11 | 8.48 | 5.65 | - |
| YUV | 79.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 63 | 0 | 0.63 | 0.55 | 0.45 | 352.58 | 0.46 | 0.38 |
| Hex | 8D | 34 | 3F | 0 | 3F | 37 | 2D | 161 | 2E | 26 |
| Octal | 215 | 64 | 77 | 0 | 77 | 67 | 55 | 541 | 56 | 46 |
| Binary | 10001101 | 110100 | 111111 | 0 | 111111 | 110111 | 101101 | 101100001 | 101110 | 100110 |
Color Harmonies of #8D343F
Complementary color
Monochromatic Colors of #8D343F
Black with #8D343F
Text Example
Text Example
White with #8D343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D343F; }
p { color: rgb(141,52,63); }
H1.HeaderClassName
{
color: #8D343F;
}
.AnyTagClassName
{
color: #8D343F;
}
</style>
background-color css
<style>
a { background-color: #8D343F; }
a { background-color: rgb(141,52,63); }
div.DivClassName
{
background-color: #8D343F;
}
.BgClassName
{
background-color: #8D343F;
}
</style>
border-color css
<style>
span { border-color: #8D343F; }
span { border-color: rgb(141,52,63); }
td.TdClassName
{
border-color: #8D343F;
}
.TagClassName
{
border-color: #8D343F;
}
</style>