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