Shades of Well Read #8F343E
Tints of Well Read #8F343E
RGB
CMYK
RGB Variations
Color information
#8F343E (or 0x8F343E) is known color: Well Read. HEX triplet: 8F, 34 and 3E. RGB value is (143,52,62). Sum of RGB (Red+Green+Blue) = 143+52+62=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F343E is #70CBC1. Grayscale: #505050. Windows color (decimal): -7392194 or 4076687. OLE color: 4076687.
HSL color Cylindrical-coordinate representation of color #8F343E: hue angle of 353.41º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F343E is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 52 | 62 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.44 |
| HSL | 353.41º | 0.47% | 0.38% | - |
| HSV(B) | 353.41º | 0.64% | 0.56% | - |
| XYZ | 13.43 | 8.64 | 5.52 | - |
| YUV | 80.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 62 | 0 | 0.64 | 0.57 | 0.44 | 353.41 | 0.47 | 0.38 |
| Hex | 8F | 34 | 3E | 0 | 40 | 39 | 2C | 161 | 2F | 26 |
| Octal | 217 | 64 | 76 | 0 | 100 | 71 | 54 | 541 | 57 | 46 |
| Binary | 10001111 | 110100 | 111110 | 0 | 1000000 | 111001 | 101100 | 101100001 | 101111 | 100110 |
Color Harmonies of #8F343E
Complementary color
Monochromatic Colors of #8F343E
Black with #8F343E
Text Example
Text Example
White with #8F343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F343E; }
p { color: rgb(143,52,62); }
H1.HeaderClassName
{
color: #8F343E;
}
.AnyTagClassName
{
color: #8F343E;
}
</style>
background-color css
<style>
a { background-color: #8F343E; }
a { background-color: rgb(143,52,62); }
div.DivClassName
{
background-color: #8F343E;
}
.BgClassName
{
background-color: #8F343E;
}
</style>
border-color css
<style>
span { border-color: #8F343E; }
span { border-color: rgb(143,52,62); }
td.TdClassName
{
border-color: #8F343E;
}
.TagClassName
{
border-color: #8F343E;
}
</style>