Shades of Well Read #8F2E40
Tints of Well Read #8F2E40
RGB
CMYK
RGB Variations
Color information
#8F2E40 (or 0x8F2E40) is known color: Well Read. HEX triplet: 8F, 2E and 40. RGB value is (143,46,64). Sum of RGB (Red+Green+Blue) = 143+46+64=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2E40 is #70D1BF. Grayscale: #4D4D4D. Windows color (decimal): -7393728 or 4206223. OLE color: 4206223.
HSL color Cylindrical-coordinate representation of color #8F2E40: hue angle of 348.87º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F2E40 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 46 | 64 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.44 |
| HSL | 348.87º | 0.51% | 0.37% | - |
| HSV(B) | 348.87º | 0.68% | 0.56% | - |
| XYZ | 13.23 | 8.16 | 5.73 | - |
| YUV | 77.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 64 | 0 | 0.68 | 0.55 | 0.44 | 348.87 | 0.51 | 0.37 |
| Hex | 8F | 2E | 40 | 0 | 44 | 37 | 2C | 15D | 33 | 25 |
| Octal | 217 | 56 | 100 | 0 | 104 | 67 | 54 | 535 | 63 | 45 |
| Binary | 10001111 | 101110 | 1000000 | 0 | 1000100 | 110111 | 101100 | 101011101 | 110011 | 100101 |
Color Harmonies of #8F2E40
Complementary color
Monochromatic Colors of #8F2E40
Black with #8F2E40
Text Example
Text Example
White with #8F2E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2E40; }
p { color: rgb(143,46,64); }
H1.HeaderClassName
{
color: #8F2E40;
}
.AnyTagClassName
{
color: #8F2E40;
}
</style>
background-color css
<style>
a { background-color: #8F2E40; }
a { background-color: rgb(143,46,64); }
div.DivClassName
{
background-color: #8F2E40;
}
.BgClassName
{
background-color: #8F2E40;
}
</style>
border-color css
<style>
span { border-color: #8F2E40; }
span { border-color: rgb(143,46,64); }
td.TdClassName
{
border-color: #8F2E40;
}
.TagClassName
{
border-color: #8F2E40;
}
</style>