Shades of Well Read #8F343F
Tints of Well Read #8F343F
RGB
CMYK
RGB Variations
Color information
#8F343F (or 0x8F343F) is known color: Well Read. HEX triplet: 8F, 34 and 3F. RGB value is (143,52,63). Sum of RGB (Red+Green+Blue) = 143+52+63=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F343F is #70CBC0. Grayscale: #505050. Windows color (decimal): -7392193 or 4142223. OLE color: 4142223.
HSL color Cylindrical-coordinate representation of color #8F343F: hue angle of 352.75º 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 #8F343F is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 52 | 63 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.44 |
| HSL | 352.75º | 0.47% | 0.38% | - |
| HSV(B) | 352.75º | 0.64% | 0.56% | - |
| XYZ | 13.45 | 8.65 | 5.66 | - |
| YUV | 80.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 63 | 0 | 0.64 | 0.56 | 0.44 | 352.75 | 0.47 | 0.38 |
| Hex | 8F | 34 | 3F | 0 | 40 | 38 | 2C | 161 | 2F | 26 |
| Octal | 217 | 64 | 77 | 0 | 100 | 70 | 54 | 541 | 57 | 46 |
| Binary | 10001111 | 110100 | 111111 | 0 | 1000000 | 111000 | 101100 | 101100001 | 101111 | 100110 |
Color Harmonies of #8F343F
Complementary color
Monochromatic Colors of #8F343F
Black with #8F343F
Text Example
Text Example
White with #8F343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F343F; }
p { color: rgb(143,52,63); }
H1.HeaderClassName
{
color: #8F343F;
}
.AnyTagClassName
{
color: #8F343F;
}
</style>
background-color css
<style>
a { background-color: #8F343F; }
a { background-color: rgb(143,52,63); }
div.DivClassName
{
background-color: #8F343F;
}
.BgClassName
{
background-color: #8F343F;
}
</style>
border-color css
<style>
span { border-color: #8F343F; }
span { border-color: rgb(143,52,63); }
td.TdClassName
{
border-color: #8F343F;
}
.TagClassName
{
border-color: #8F343F;
}
</style>