Shades of Well Read #8F313B
Tints of Well Read #8F313B
RGB
CMYK
RGB Variations
Color information
#8F313B (or 0x8F313B) is known color: Well Read. HEX triplet: 8F, 31 and 3B. RGB value is (143,49,59). Sum of RGB (Red+Green+Blue) = 143+49+59=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F313B is #70CEC4. Grayscale: #4E4E4E. Windows color (decimal): -7392965 or 3879311. OLE color: 3879311.
HSL color Cylindrical-coordinate representation of color #8F313B: hue angle of 353.62º 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 #8F313B is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 59 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.44 |
| HSL | 353.62º | 0.49% | 0.38% | - |
| HSV(B) | 353.62º | 0.66% | 0.56% | - |
| XYZ | 13.22 | 8.35 | 5.05 | - |
| YUV | 78.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 59 | 0 | 0.66 | 0.59 | 0.44 | 353.62 | 0.49 | 0.38 |
| Hex | 8F | 31 | 3B | 0 | 42 | 3B | 2C | 162 | 31 | 26 |
| Octal | 217 | 61 | 73 | 0 | 102 | 73 | 54 | 542 | 61 | 46 |
| Binary | 10001111 | 110001 | 111011 | 0 | 1000010 | 111011 | 101100 | 101100010 | 110001 | 100110 |
Color Harmonies of #8F313B
Complementary color
Monochromatic Colors of #8F313B
Black with #8F313B
Text Example
Text Example
White with #8F313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F313B; }
p { color: rgb(143,49,59); }
H1.HeaderClassName
{
color: #8F313B;
}
.AnyTagClassName
{
color: #8F313B;
}
</style>
background-color css
<style>
a { background-color: #8F313B; }
a { background-color: rgb(143,49,59); }
div.DivClassName
{
background-color: #8F313B;
}
.BgClassName
{
background-color: #8F313B;
}
</style>
border-color css
<style>
span { border-color: #8F313B; }
span { border-color: rgb(143,49,59); }
td.TdClassName
{
border-color: #8F313B;
}
.TagClassName
{
border-color: #8F313B;
}
</style>