Shades of Well Read #8F3142
Tints of Well Read #8F3142
RGB
CMYK
RGB Variations
Color information
#8F3142 (or 0x8F3142) is known color: Well Read. HEX triplet: 8F, 31 and 42. RGB value is (143,49,66). Sum of RGB (Red+Green+Blue) = 143+49+66=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3142 is #70CEBD. Grayscale: #4F4F4F. Windows color (decimal): -7392958 or 4338063. OLE color: 4338063.
HSL color Cylindrical-coordinate representation of color #8F3142: hue angle of 349.15º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3142 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 66 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.44 |
| HSL | 349.15º | 0.49% | 0.38% | - |
| HSV(B) | 349.15º | 0.66% | 0.56% | - |
| XYZ | 13.41 | 8.43 | 6.07 | - |
| YUV | 79.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 66 | 0 | 0.66 | 0.54 | 0.44 | 349.15 | 0.49 | 0.38 |
| Hex | 8F | 31 | 42 | 0 | 42 | 36 | 2C | 15D | 31 | 26 |
| Octal | 217 | 61 | 102 | 0 | 102 | 66 | 54 | 535 | 61 | 46 |
| Binary | 10001111 | 110001 | 1000010 | 0 | 1000010 | 110110 | 101100 | 101011101 | 110001 | 100110 |
Color Harmonies of #8F3142
Complementary color
Monochromatic Colors of #8F3142
Black with #8F3142
Text Example
Text Example
White with #8F3142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3142; }
p { color: rgb(143,49,66); }
H1.HeaderClassName
{
color: #8F3142;
}
.AnyTagClassName
{
color: #8F3142;
}
</style>
background-color css
<style>
a { background-color: #8F3142; }
a { background-color: rgb(143,49,66); }
div.DivClassName
{
background-color: #8F3142;
}
.BgClassName
{
background-color: #8F3142;
}
</style>
border-color css
<style>
span { border-color: #8F3142; }
span { border-color: rgb(143,49,66); }
td.TdClassName
{
border-color: #8F3142;
}
.TagClassName
{
border-color: #8F3142;
}
</style>