Shades of Well Read #8F3842
Tints of Well Read #8F3842
RGB
CMYK
RGB Variations
Color information
#8F3842 (or 0x8F3842) is known color: Well Read. HEX triplet: 8F, 38 and 42. RGB value is (143,56,66). Sum of RGB (Red+Green+Blue) = 143+56+66=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3842 is #70C7BD. Grayscale: #535353. Windows color (decimal): -7391166 or 4339855. OLE color: 4339855.
HSL color Cylindrical-coordinate representation of color #8F3842: hue angle of 353.1º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F3842 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 56 | 66 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.44 |
| HSL | 353.1º | 0.44% | 0.39% | - |
| HSV(B) | 353.1º | 0.61% | 0.56% | - |
| XYZ | 13.73 | 9.06 | 6.18 | - |
| YUV | 83.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 66 | 0 | 0.61 | 0.54 | 0.44 | 353.1 | 0.44 | 0.39 |
| Hex | 8F | 38 | 42 | 0 | 3D | 36 | 2C | 161 | 2C | 27 |
| Octal | 217 | 70 | 102 | 0 | 75 | 66 | 54 | 541 | 54 | 47 |
| Binary | 10001111 | 111000 | 1000010 | 0 | 111101 | 110110 | 101100 | 101100001 | 101100 | 100111 |
Color Harmonies of #8F3842
Complementary color
Monochromatic Colors of #8F3842
Black with #8F3842
Text Example
Text Example
White with #8F3842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3842; }
p { color: rgb(143,56,66); }
H1.HeaderClassName
{
color: #8F3842;
}
.AnyTagClassName
{
color: #8F3842;
}
</style>
background-color css
<style>
a { background-color: #8F3842; }
a { background-color: rgb(143,56,66); }
div.DivClassName
{
background-color: #8F3842;
}
.BgClassName
{
background-color: #8F3842;
}
</style>
border-color css
<style>
span { border-color: #8F3842; }
span { border-color: rgb(143,56,66); }
td.TdClassName
{
border-color: #8F3842;
}
.TagClassName
{
border-color: #8F3842;
}
</style>