Shades of Well Read #8C3841
Tints of Well Read #8C3841
RGB
CMYK
RGB Variations
Color information
#8C3841 (or 0x8C3841) is known color: Well Read. HEX triplet: 8C, 38 and 41. RGB value is (140,56,65). Sum of RGB (Red+Green+Blue) = 140+56+65=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3841 is #73C7BE. Grayscale: #525252. Windows color (decimal): -7587775 or 4274316. OLE color: 4274316.
HSL color Cylindrical-coordinate representation of color #8C3841: hue angle of 353.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C3841 is Cyan = 0, Magento = 0.6, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 65 | - |
| CMYK | 0 | 0.6 | 0.54 | 0.45 |
| HSL | 353.57º | 0.43% | 0.38% | - |
| HSV(B) | 353.57º | 0.6% | 0.55% | - |
| XYZ | 13.18 | 8.79 | 6 | - |
| YUV | 82.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 65 | 0 | 0.6 | 0.54 | 0.45 | 353.57 | 0.43 | 0.38 |
| Hex | 8C | 38 | 41 | 0 | 3C | 36 | 2D | 162 | 2B | 26 |
| Octal | 214 | 70 | 101 | 0 | 74 | 66 | 55 | 542 | 53 | 46 |
| Binary | 10001100 | 111000 | 1000001 | 0 | 111100 | 110110 | 101101 | 101100010 | 101011 | 100110 |
Color Harmonies of #8C3841
Complementary color
Monochromatic Colors of #8C3841
Black with #8C3841
Text Example
Text Example
White with #8C3841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3841; }
p { color: rgb(140,56,65); }
H1.HeaderClassName
{
color: #8C3841;
}
.AnyTagClassName
{
color: #8C3841;
}
</style>
background-color css
<style>
a { background-color: #8C3841; }
a { background-color: rgb(140,56,65); }
div.DivClassName
{
background-color: #8C3841;
}
.BgClassName
{
background-color: #8C3841;
}
</style>
border-color css
<style>
span { border-color: #8C3841; }
span { border-color: rgb(140,56,65); }
td.TdClassName
{
border-color: #8C3841;
}
.TagClassName
{
border-color: #8C3841;
}
</style>