Shades of Well Read #8C3540
Tints of Well Read #8C3540
RGB
CMYK
RGB Variations
Color information
#8C3540 (or 0x8C3540) is known color: Well Read. HEX triplet: 8C, 35 and 40. RGB value is (140,53,64). Sum of RGB (Red+Green+Blue) = 140+53+64=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3540 is #73CABF. Grayscale: #505050. Windows color (decimal): -7588544 or 4208012. OLE color: 4208012.
HSL color Cylindrical-coordinate representation of color #8C3540: hue angle of 352.41º 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 #8C3540 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 64 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.45 |
| HSL | 352.41º | 0.45% | 0.38% | - |
| HSV(B) | 352.41º | 0.62% | 0.55% | - |
| XYZ | 13.01 | 8.49 | 5.8 | - |
| YUV | 80.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 64 | 0 | 0.62 | 0.54 | 0.45 | 352.41 | 0.45 | 0.38 |
| Hex | 8C | 35 | 40 | 0 | 3E | 36 | 2D | 160 | 2D | 26 |
| Octal | 214 | 65 | 100 | 0 | 76 | 66 | 55 | 540 | 55 | 46 |
| Binary | 10001100 | 110101 | 1000000 | 0 | 111110 | 110110 | 101101 | 101100000 | 101101 | 100110 |
Color Harmonies of #8C3540
Complementary color
Monochromatic Colors of #8C3540
Black with #8C3540
Text Example
Text Example
White with #8C3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3540; }
p { color: rgb(140,53,64); }
H1.HeaderClassName
{
color: #8C3540;
}
.AnyTagClassName
{
color: #8C3540;
}
</style>
background-color css
<style>
a { background-color: #8C3540; }
a { background-color: rgb(140,53,64); }
div.DivClassName
{
background-color: #8C3540;
}
.BgClassName
{
background-color: #8C3540;
}
</style>
border-color css
<style>
span { border-color: #8C3540; }
span { border-color: rgb(140,53,64); }
td.TdClassName
{
border-color: #8C3540;
}
.TagClassName
{
border-color: #8C3540;
}
</style>