Shades of Well Read #8F383D
Tints of Well Read #8F383D
RGB
CMYK
RGB Variations
Color information
#8F383D (or 0x8F383D) is known color: Well Read. HEX triplet: 8F, 38 and 3D. RGB value is (143,56,61). Sum of RGB (Red+Green+Blue) = 143+56+61=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F383D is #70C7C2. Grayscale: #525252. Windows color (decimal): -7391171 or 4012175. OLE color: 4012175.
HSL color Cylindrical-coordinate representation of color #8F383D: hue angle of 356.55º 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 #8F383D is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 56 | 61 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.44 |
| HSL | 356.55º | 0.44% | 0.39% | - |
| HSV(B) | 356.55º | 0.61% | 0.56% | - |
| XYZ | 13.58 | 9 | 5.44 | - |
| YUV | 82.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 61 | 0 | 0.61 | 0.57 | 0.44 | 356.55 | 0.44 | 0.39 |
| Hex | 8F | 38 | 3D | 0 | 3D | 39 | 2C | 165 | 2C | 27 |
| Octal | 217 | 70 | 75 | 0 | 75 | 71 | 54 | 545 | 54 | 47 |
| Binary | 10001111 | 111000 | 111101 | 0 | 111101 | 111001 | 101100 | 101100101 | 101100 | 100111 |
Color Harmonies of #8F383D
Complementary color
Monochromatic Colors of #8F383D
Black with #8F383D
Text Example
Text Example
White with #8F383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F383D; }
p { color: rgb(143,56,61); }
H1.HeaderClassName
{
color: #8F383D;
}
.AnyTagClassName
{
color: #8F383D;
}
</style>
background-color css
<style>
a { background-color: #8F383D; }
a { background-color: rgb(143,56,61); }
div.DivClassName
{
background-color: #8F383D;
}
.BgClassName
{
background-color: #8F383D;
}
</style>
border-color css
<style>
span { border-color: #8F383D; }
span { border-color: rgb(143,56,61); }
td.TdClassName
{
border-color: #8F383D;
}
.TagClassName
{
border-color: #8F383D;
}
</style>