Shades of Well Read #8F3A41
Tints of Well Read #8F3A41
RGB
CMYK
RGB Variations
Color information
#8F3A41 (or 0x8F3A41) is known color: Well Read. HEX triplet: 8F, 3A and 41. RGB value is (143,58,65). Sum of RGB (Red+Green+Blue) = 143+58+65=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3A41 is #70C5BE. Grayscale: #545454. Windows color (decimal): -7390655 or 4274831. OLE color: 4274831.
HSL color Cylindrical-coordinate representation of color #8F3A41: hue angle of 355.06º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F3A41 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 65 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.44 |
| HSL | 355.06º | 0.42% | 0.39% | - |
| HSV(B) | 355.06º | 0.59% | 0.56% | - |
| XYZ | 13.79 | 9.25 | 6.06 | - |
| YUV | 84.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 65 | 0 | 0.59 | 0.55 | 0.44 | 355.06 | 0.42 | 0.39 |
| Hex | 8F | 3A | 41 | 0 | 3B | 37 | 2C | 163 | 2A | 27 |
| Octal | 217 | 72 | 101 | 0 | 73 | 67 | 54 | 543 | 52 | 47 |
| Binary | 10001111 | 111010 | 1000001 | 0 | 111011 | 110111 | 101100 | 101100011 | 101010 | 100111 |
Color Harmonies of #8F3A41
Complementary color
Monochromatic Colors of #8F3A41
Black with #8F3A41
Text Example
Text Example
White with #8F3A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A41; }
p { color: rgb(143,58,65); }
H1.HeaderClassName
{
color: #8F3A41;
}
.AnyTagClassName
{
color: #8F3A41;
}
</style>
background-color css
<style>
a { background-color: #8F3A41; }
a { background-color: rgb(143,58,65); }
div.DivClassName
{
background-color: #8F3A41;
}
.BgClassName
{
background-color: #8F3A41;
}
</style>
border-color css
<style>
span { border-color: #8F3A41; }
span { border-color: rgb(143,58,65); }
td.TdClassName
{
border-color: #8F3A41;
}
.TagClassName
{
border-color: #8F3A41;
}
</style>