Shades of Well Read #8F383E
Tints of Well Read #8F383E
RGB
CMYK
RGB Variations
Color information
#8F383E (or 0x8F383E) is known color: Well Read. HEX triplet: 8F, 38 and 3E. RGB value is (143,56,62). Sum of RGB (Red+Green+Blue) = 143+56+62=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F383E is #70C7C1. Grayscale: #525252. Windows color (decimal): -7391170 or 4077711. OLE color: 4077711.
HSL color Cylindrical-coordinate representation of color #8F383E: hue angle of 355.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F383E is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 56 | 62 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.44 |
| HSL | 355.86º | 0.44% | 0.39% | - |
| HSV(B) | 355.86º | 0.61% | 0.56% | - |
| XYZ | 13.61 | 9.02 | 5.58 | - |
| YUV | 82.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 62 | 0 | 0.61 | 0.57 | 0.44 | 355.86 | 0.44 | 0.39 |
| Hex | 8F | 38 | 3E | 0 | 3D | 39 | 2C | 164 | 2C | 27 |
| Octal | 217 | 70 | 76 | 0 | 75 | 71 | 54 | 544 | 54 | 47 |
| Binary | 10001111 | 111000 | 111110 | 0 | 111101 | 111001 | 101100 | 101100100 | 101100 | 100111 |
Color Harmonies of #8F383E
Complementary color
Monochromatic Colors of #8F383E
Black with #8F383E
Text Example
Text Example
White with #8F383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F383E; }
p { color: rgb(143,56,62); }
H1.HeaderClassName
{
color: #8F383E;
}
.AnyTagClassName
{
color: #8F383E;
}
</style>
background-color css
<style>
a { background-color: #8F383E; }
a { background-color: rgb(143,56,62); }
div.DivClassName
{
background-color: #8F383E;
}
.BgClassName
{
background-color: #8F383E;
}
</style>
border-color css
<style>
span { border-color: #8F383E; }
span { border-color: rgb(143,56,62); }
td.TdClassName
{
border-color: #8F383E;
}
.TagClassName
{
border-color: #8F383E;
}
</style>