Shades of Well Read #8D3442
Tints of Well Read #8D3442
RGB
CMYK
RGB Variations
Color information
#8D3442 (or 0x8D3442) is known color: Well Read. HEX triplet: 8D, 34 and 42. RGB value is (141,52,66). Sum of RGB (Red+Green+Blue) = 141+52+66=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3442 is #72CBBD. Grayscale: #505050. Windows color (decimal): -7523262 or 4338829. OLE color: 4338829.
HSL color Cylindrical-coordinate representation of color #8D3442: hue angle of 350.56º 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 #8D3442 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 52 | 66 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.45 |
| HSL | 350.56º | 0.46% | 0.38% | - |
| HSV(B) | 350.56º | 0.63% | 0.55% | - |
| XYZ | 13.2 | 8.51 | 6.1 | - |
| YUV | 80.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 66 | 0 | 0.63 | 0.53 | 0.45 | 350.56 | 0.46 | 0.38 |
| Hex | 8D | 34 | 42 | 0 | 3F | 35 | 2D | 15F | 2E | 26 |
| Octal | 215 | 64 | 102 | 0 | 77 | 65 | 55 | 537 | 56 | 46 |
| Binary | 10001101 | 110100 | 1000010 | 0 | 111111 | 110101 | 101101 | 101011111 | 101110 | 100110 |
Color Harmonies of #8D3442
Complementary color
Monochromatic Colors of #8D3442
Black with #8D3442
Text Example
Text Example
White with #8D3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3442; }
p { color: rgb(141,52,66); }
H1.HeaderClassName
{
color: #8D3442;
}
.AnyTagClassName
{
color: #8D3442;
}
</style>
background-color css
<style>
a { background-color: #8D3442; }
a { background-color: rgb(141,52,66); }
div.DivClassName
{
background-color: #8D3442;
}
.BgClassName
{
background-color: #8D3442;
}
</style>
border-color css
<style>
span { border-color: #8D3442; }
span { border-color: rgb(141,52,66); }
td.TdClassName
{
border-color: #8D3442;
}
.TagClassName
{
border-color: #8D3442;
}
</style>