Shades of Well Read #8F353D
Tints of Well Read #8F353D
RGB
CMYK
RGB Variations
Color information
#8F353D (or 0x8F353D) is known color: Well Read. HEX triplet: 8F, 35 and 3D. RGB value is (143,53,61). Sum of RGB (Red+Green+Blue) = 143+53+61=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F353D is #70CAC2. Grayscale: #505050. Windows color (decimal): -7391939 or 4011407. OLE color: 4011407.
HSL color Cylindrical-coordinate representation of color #8F353D: hue angle of 354.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F353D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 61 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.44 |
| HSL | 354.67º | 0.46% | 0.38% | - |
| HSV(B) | 354.67º | 0.63% | 0.56% | - |
| XYZ | 13.44 | 8.72 | 5.39 | - |
| YUV | 80.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 61 | 0 | 0.63 | 0.57 | 0.44 | 354.67 | 0.46 | 0.38 |
| Hex | 8F | 35 | 3D | 0 | 3F | 39 | 2C | 163 | 2E | 26 |
| Octal | 217 | 65 | 75 | 0 | 77 | 71 | 54 | 543 | 56 | 46 |
| Binary | 10001111 | 110101 | 111101 | 0 | 111111 | 111001 | 101100 | 101100011 | 101110 | 100110 |
Color Harmonies of #8F353D
Complementary color
Monochromatic Colors of #8F353D
Black with #8F353D
Text Example
Text Example
White with #8F353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F353D; }
p { color: rgb(143,53,61); }
H1.HeaderClassName
{
color: #8F353D;
}
.AnyTagClassName
{
color: #8F353D;
}
</style>
background-color css
<style>
a { background-color: #8F353D; }
a { background-color: rgb(143,53,61); }
div.DivClassName
{
background-color: #8F353D;
}
.BgClassName
{
background-color: #8F353D;
}
</style>
border-color css
<style>
span { border-color: #8F353D; }
span { border-color: rgb(143,53,61); }
td.TdClassName
{
border-color: #8F353D;
}
.TagClassName
{
border-color: #8F353D;
}
</style>