Shades of Well Read #8F3540
Tints of Well Read #8F3540
RGB
CMYK
RGB Variations
Color information
#8F3540 (or 0x8F3540) is known color: Well Read. HEX triplet: 8F, 35 and 40. RGB value is (143,53,64). Sum of RGB (Red+Green+Blue) = 143+53+64=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3540 is #70CABF. Grayscale: #515151. Windows color (decimal): -7391936 or 4208015. OLE color: 4208015.
HSL color Cylindrical-coordinate representation of color #8F3540: hue angle of 352.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 #8F3540 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 64 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.44 |
| HSL | 352.67º | 0.46% | 0.38% | - |
| HSV(B) | 352.67º | 0.63% | 0.56% | - |
| XYZ | 13.53 | 8.76 | 5.83 | - |
| YUV | 81.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 64 | 0 | 0.63 | 0.55 | 0.44 | 352.67 | 0.46 | 0.38 |
| Hex | 8F | 35 | 40 | 0 | 3F | 37 | 2C | 161 | 2E | 26 |
| Octal | 217 | 65 | 100 | 0 | 77 | 67 | 54 | 541 | 56 | 46 |
| Binary | 10001111 | 110101 | 1000000 | 0 | 111111 | 110111 | 101100 | 101100001 | 101110 | 100110 |
Color Harmonies of #8F3540
Complementary color
Monochromatic Colors of #8F3540
Black with #8F3540
Text Example
Text Example
White with #8F3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3540; }
p { color: rgb(143,53,64); }
H1.HeaderClassName
{
color: #8F3540;
}
.AnyTagClassName
{
color: #8F3540;
}
</style>
background-color css
<style>
a { background-color: #8F3540; }
a { background-color: rgb(143,53,64); }
div.DivClassName
{
background-color: #8F3540;
}
.BgClassName
{
background-color: #8F3540;
}
</style>
border-color css
<style>
span { border-color: #8F3540; }
span { border-color: rgb(143,53,64); }
td.TdClassName
{
border-color: #8F3540;
}
.TagClassName
{
border-color: #8F3540;
}
</style>