Shades of Well Read #8D343D
Tints of Well Read #8D343D
RGB
CMYK
RGB Variations
Color information
#8D343D (or 0x8D343D) is known color: Well Read. HEX triplet: 8D, 34 and 3D. RGB value is (141,52,61). Sum of RGB (Red+Green+Blue) = 141+52+61=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D343D is #72CBC2. Grayscale: #4F4F4F. Windows color (decimal): -7523267 or 4011149. OLE color: 4011149.
HSL color Cylindrical-coordinate representation of color #8D343D: hue angle of 353.93º 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 #8D343D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 61 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.45 |
| HSL | 353.93º | 0.46% | 0.38% | - |
| HSV(B) | 353.93º | 0.63% | 0.55% | - |
| XYZ | 13.05 | 8.46 | 5.36 | - |
| YUV | 79.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 61 | 0 | 0.63 | 0.57 | 0.45 | 353.93 | 0.46 | 0.38 |
| Hex | 8D | 34 | 3D | 0 | 3F | 39 | 2D | 162 | 2E | 26 |
| Octal | 215 | 64 | 75 | 0 | 77 | 71 | 55 | 542 | 56 | 46 |
| Binary | 10001101 | 110100 | 111101 | 0 | 111111 | 111001 | 101101 | 101100010 | 101110 | 100110 |
Color Harmonies of #8D343D
Complementary color
Monochromatic Colors of #8D343D
Black with #8D343D
Text Example
Text Example
White with #8D343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D343D; }
p { color: rgb(141,52,61); }
H1.HeaderClassName
{
color: #8D343D;
}
.AnyTagClassName
{
color: #8D343D;
}
</style>
background-color css
<style>
a { background-color: #8D343D; }
a { background-color: rgb(141,52,61); }
div.DivClassName
{
background-color: #8D343D;
}
.BgClassName
{
background-color: #8D343D;
}
</style>
border-color css
<style>
span { border-color: #8D343D; }
span { border-color: rgb(141,52,61); }
td.TdClassName
{
border-color: #8D343D;
}
.TagClassName
{
border-color: #8D343D;
}
</style>