Shades of Well Read #8F3543
Tints of Well Read #8F3543
RGB
CMYK
RGB Variations
Color information
#8F3543 (or 0x8F3543) is known color: Well Read. HEX triplet: 8F, 35 and 43. RGB value is (143,53,67). Sum of RGB (Red+Green+Blue) = 143+53+67=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3543 is #70CABC. Grayscale: #515151. Windows color (decimal): -7391933 or 4404623. OLE color: 4404623.
HSL color Cylindrical-coordinate representation of color #8F3543: hue angle of 350.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 #8F3543 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 67 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.44 |
| HSL | 350.67º | 0.46% | 0.38% | - |
| HSV(B) | 350.67º | 0.63% | 0.56% | - |
| XYZ | 13.61 | 8.79 | 6.29 | - |
| YUV | 81.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 67 | 0 | 0.63 | 0.53 | 0.44 | 350.67 | 0.46 | 0.38 |
| Hex | 8F | 35 | 43 | 0 | 3F | 35 | 2C | 15F | 2E | 26 |
| Octal | 217 | 65 | 103 | 0 | 77 | 65 | 54 | 537 | 56 | 46 |
| Binary | 10001111 | 110101 | 1000011 | 0 | 111111 | 110101 | 101100 | 101011111 | 101110 | 100110 |
Color Harmonies of #8F3543
Complementary color
Monochromatic Colors of #8F3543
Black with #8F3543
Text Example
Text Example
White with #8F3543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3543; }
p { color: rgb(143,53,67); }
H1.HeaderClassName
{
color: #8F3543;
}
.AnyTagClassName
{
color: #8F3543;
}
</style>
background-color css
<style>
a { background-color: #8F3543; }
a { background-color: rgb(143,53,67); }
div.DivClassName
{
background-color: #8F3543;
}
.BgClassName
{
background-color: #8F3543;
}
</style>
border-color css
<style>
span { border-color: #8F3543; }
span { border-color: rgb(143,53,67); }
td.TdClassName
{
border-color: #8F3543;
}
.TagClassName
{
border-color: #8F3543;
}
</style>