Shades of Well Read #8F323E
Tints of Well Read #8F323E
RGB
CMYK
RGB Variations
Color information
#8F323E (or 0x8F323E) is known color: Well Read. HEX triplet: 8F, 32 and 3E. RGB value is (143,50,62). Sum of RGB (Red+Green+Blue) = 143+50+62=255 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.08% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 143 - color contains mainly: red. Hex color #8F323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F323E is #70CDC1. Grayscale: #4F4F4F. Windows color (decimal): -7392706 or 4076175. OLE color: 4076175.
HSL color Cylindrical-coordinate representation of color #8F323E: hue angle of 352.26º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F323E is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 62 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.44 |
| HSL | 352.26º | 0.48% | 0.38% | - |
| HSV(B) | 352.26º | 0.65% | 0.56% | - |
| XYZ | 13.34 | 8.47 | 5.49 | - |
| YUV | 79.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 62 | 0 | 0.65 | 0.57 | 0.44 | 352.26 | 0.48 | 0.38 |
| Hex | 8F | 32 | 3E | 0 | 41 | 39 | 2C | 160 | 30 | 26 |
| Octal | 217 | 62 | 76 | 0 | 101 | 71 | 54 | 540 | 60 | 46 |
| Binary | 10001111 | 110010 | 111110 | 0 | 1000001 | 111001 | 101100 | 101100000 | 110000 | 100110 |
Color Harmonies of #8F323E
Complementary color
Monochromatic Colors of #8F323E
Black with #8F323E
Text Example
Text Example
White with #8F323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F323E; }
p { color: rgb(143,50,62); }
H1.HeaderClassName
{
color: #8F323E;
}
.AnyTagClassName
{
color: #8F323E;
}
</style>
background-color css
<style>
a { background-color: #8F323E; }
a { background-color: rgb(143,50,62); }
div.DivClassName
{
background-color: #8F323E;
}
.BgClassName
{
background-color: #8F323E;
}
</style>
border-color css
<style>
span { border-color: #8F323E; }
span { border-color: rgb(143,50,62); }
td.TdClassName
{
border-color: #8F323E;
}
.TagClassName
{
border-color: #8F323E;
}
</style>