Shades of Well Read #8F383F
Tints of Well Read #8F383F
RGB
CMYK
RGB Variations
Color information
#8F383F (or 0x8F383F) is known color: Well Read. HEX triplet: 8F, 38 and 3F. RGB value is (143,56,63). Sum of RGB (Red+Green+Blue) = 143+56+63=262 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.58% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 143 - color contains mainly: red. Hex color #8F383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F383F is #70C7C0. Grayscale: #525252. Windows color (decimal): -7391169 or 4143247. OLE color: 4143247.
HSL color Cylindrical-coordinate representation of color #8F383F: hue angle of 355.17º 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 #8F383F is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 56 | 63 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.44 |
| HSL | 355.17º | 0.44% | 0.39% | - |
| HSV(B) | 355.17º | 0.61% | 0.56% | - |
| XYZ | 13.64 | 9.03 | 5.73 | - |
| YUV | 82.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 63 | 0 | 0.61 | 0.56 | 0.44 | 355.17 | 0.44 | 0.39 |
| Hex | 8F | 38 | 3F | 0 | 3D | 38 | 2C | 163 | 2C | 27 |
| Octal | 217 | 70 | 77 | 0 | 75 | 70 | 54 | 543 | 54 | 47 |
| Binary | 10001111 | 111000 | 111111 | 0 | 111101 | 111000 | 101100 | 101100011 | 101100 | 100111 |
Color Harmonies of #8F383F
Complementary color
Monochromatic Colors of #8F383F
Black with #8F383F
Text Example
Text Example
White with #8F383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F383F; }
p { color: rgb(143,56,63); }
H1.HeaderClassName
{
color: #8F383F;
}
.AnyTagClassName
{
color: #8F383F;
}
</style>
background-color css
<style>
a { background-color: #8F383F; }
a { background-color: rgb(143,56,63); }
div.DivClassName
{
background-color: #8F383F;
}
.BgClassName
{
background-color: #8F383F;
}
</style>
border-color css
<style>
span { border-color: #8F383F; }
span { border-color: rgb(143,56,63); }
td.TdClassName
{
border-color: #8F383F;
}
.TagClassName
{
border-color: #8F383F;
}
</style>