Shades of Well Read #8C343D
Tints of Well Read #8C343D
RGB
CMYK
RGB Variations
Color information
#8C343D (or 0x8C343D) is known color: Well Read. HEX triplet: 8C, 34 and 3D. RGB value is (140,52,61). Sum of RGB (Red+Green+Blue) = 140+52+61=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C343D is #73CBC2. Grayscale: #4F4F4F. Windows color (decimal): -7588803 or 4011148. OLE color: 4011148.
HSL color Cylindrical-coordinate representation of color #8C343D: hue angle of 353.86º 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 #8C343D is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 61 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.45 |
| HSL | 353.86º | 0.46% | 0.38% | - |
| HSV(B) | 353.86º | 0.63% | 0.55% | - |
| XYZ | 12.89 | 8.37 | 5.35 | - |
| YUV | 79.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 61 | 0 | 0.63 | 0.56 | 0.45 | 353.86 | 0.46 | 0.38 |
| Hex | 8C | 34 | 3D | 0 | 3F | 38 | 2D | 162 | 2E | 26 |
| Octal | 214 | 64 | 75 | 0 | 77 | 70 | 55 | 542 | 56 | 46 |
| Binary | 10001100 | 110100 | 111101 | 0 | 111111 | 111000 | 101101 | 101100010 | 101110 | 100110 |
Color Harmonies of #8C343D
Complementary color
Monochromatic Colors of #8C343D
Black with #8C343D
Text Example
Text Example
White with #8C343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C343D; }
p { color: rgb(140,52,61); }
H1.HeaderClassName
{
color: #8C343D;
}
.AnyTagClassName
{
color: #8C343D;
}
</style>
background-color css
<style>
a { background-color: #8C343D; }
a { background-color: rgb(140,52,61); }
div.DivClassName
{
background-color: #8C343D;
}
.BgClassName
{
background-color: #8C343D;
}
</style>
border-color css
<style>
span { border-color: #8C343D; }
span { border-color: rgb(140,52,61); }
td.TdClassName
{
border-color: #8C343D;
}
.TagClassName
{
border-color: #8C343D;
}
</style>