Shades of Well Read #8D353F
Tints of Well Read #8D353F
RGB
CMYK
RGB Variations
Color information
#8D353F (or 0x8D353F) is known color: Well Read. HEX triplet: 8D, 35 and 3F. RGB value is (141,53,63). Sum of RGB (Red+Green+Blue) = 141+53+63=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D353F is #72CAC0. Grayscale: #505050. Windows color (decimal): -7523009 or 4142477. OLE color: 4142477.
HSL color Cylindrical-coordinate representation of color #8D353F: hue angle of 353.18º 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 #8D353F is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 63 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.45 |
| HSL | 353.18º | 0.45% | 0.38% | - |
| HSV(B) | 353.18º | 0.62% | 0.55% | - |
| XYZ | 13.15 | 8.57 | 5.66 | - |
| YUV | 80.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 63 | 0 | 0.62 | 0.55 | 0.45 | 353.18 | 0.45 | 0.38 |
| Hex | 8D | 35 | 3F | 0 | 3E | 37 | 2D | 161 | 2D | 26 |
| Octal | 215 | 65 | 77 | 0 | 76 | 67 | 55 | 541 | 55 | 46 |
| Binary | 10001101 | 110101 | 111111 | 0 | 111110 | 110111 | 101101 | 101100001 | 101101 | 100110 |
Color Harmonies of #8D353F
Complementary color
Monochromatic Colors of #8D353F
Black with #8D353F
Text Example
Text Example
White with #8D353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D353F; }
p { color: rgb(141,53,63); }
H1.HeaderClassName
{
color: #8D353F;
}
.AnyTagClassName
{
color: #8D353F;
}
</style>
background-color css
<style>
a { background-color: #8D353F; }
a { background-color: rgb(141,53,63); }
div.DivClassName
{
background-color: #8D353F;
}
.BgClassName
{
background-color: #8D353F;
}
</style>
border-color css
<style>
span { border-color: #8D353F; }
span { border-color: rgb(141,53,63); }
td.TdClassName
{
border-color: #8D353F;
}
.TagClassName
{
border-color: #8D353F;
}
</style>