Shades of Well Read #8C343A
Tints of Well Read #8C343A
RGB
CMYK
RGB Variations
Color information
#8C343A (or 0x8C343A) is known color: Well Read. HEX triplet: 8C, 34 and 3A. RGB value is (140,52,58). Sum of RGB (Red+Green+Blue) = 140+52+58=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C343A is #73CBC5. Grayscale: #4F4F4F. Windows color (decimal): -7588806 or 3814540. OLE color: 3814540.
HSL color Cylindrical-coordinate representation of color #8C343A: hue angle of 355.91º 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 #8C343A is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 58 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.45 |
| HSL | 355.91º | 0.46% | 0.38% | - |
| HSV(B) | 355.91º | 0.63% | 0.55% | - |
| XYZ | 12.81 | 8.34 | 4.94 | - |
| YUV | 79 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 58 | 0 | 0.63 | 0.59 | 0.45 | 355.91 | 0.46 | 0.38 |
| Hex | 8C | 34 | 3A | 0 | 3F | 3B | 2D | 164 | 2E | 26 |
| Octal | 214 | 64 | 72 | 0 | 77 | 73 | 55 | 544 | 56 | 46 |
| Binary | 10001100 | 110100 | 111010 | 0 | 111111 | 111011 | 101101 | 101100100 | 101110 | 100110 |
Color Harmonies of #8C343A
Complementary color
Monochromatic Colors of #8C343A
Black with #8C343A
Text Example
Text Example
White with #8C343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C343A; }
p { color: rgb(140,52,58); }
H1.HeaderClassName
{
color: #8C343A;
}
.AnyTagClassName
{
color: #8C343A;
}
</style>
background-color css
<style>
a { background-color: #8C343A; }
a { background-color: rgb(140,52,58); }
div.DivClassName
{
background-color: #8C343A;
}
.BgClassName
{
background-color: #8C343A;
}
</style>
border-color css
<style>
span { border-color: #8C343A; }
span { border-color: rgb(140,52,58); }
td.TdClassName
{
border-color: #8C343A;
}
.TagClassName
{
border-color: #8C343A;
}
</style>