Shades of Well Read #8F323B
Tints of Well Read #8F323B
RGB
CMYK
RGB Variations
Color information
#8F323B (or 0x8F323B) is known color: Well Read. HEX triplet: 8F, 32 and 3B. RGB value is (143,50,59). Sum of RGB (Red+Green+Blue) = 143+50+59=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F323B is #70CDC4. Grayscale: #4E4E4E. Windows color (decimal): -7392709 or 3879567. OLE color: 3879567.
HSL color Cylindrical-coordinate representation of color #8F323B: hue angle of 354.19º 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 #8F323B is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 59 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.44 |
| HSL | 354.19º | 0.48% | 0.38% | - |
| HSV(B) | 354.19º | 0.65% | 0.56% | - |
| XYZ | 13.26 | 8.44 | 5.07 | - |
| YUV | 78.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 59 | 0 | 0.65 | 0.59 | 0.44 | 354.19 | 0.48 | 0.38 |
| Hex | 8F | 32 | 3B | 0 | 41 | 3B | 2C | 162 | 30 | 26 |
| Octal | 217 | 62 | 73 | 0 | 101 | 73 | 54 | 542 | 60 | 46 |
| Binary | 10001111 | 110010 | 111011 | 0 | 1000001 | 111011 | 101100 | 101100010 | 110000 | 100110 |
Color Harmonies of #8F323B
Complementary color
Monochromatic Colors of #8F323B
Black with #8F323B
Text Example
Text Example
White with #8F323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F323B; }
p { color: rgb(143,50,59); }
H1.HeaderClassName
{
color: #8F323B;
}
.AnyTagClassName
{
color: #8F323B;
}
</style>
background-color css
<style>
a { background-color: #8F323B; }
a { background-color: rgb(143,50,59); }
div.DivClassName
{
background-color: #8F323B;
}
.BgClassName
{
background-color: #8F323B;
}
</style>
border-color css
<style>
span { border-color: #8F323B; }
span { border-color: rgb(143,50,59); }
td.TdClassName
{
border-color: #8F323B;
}
.TagClassName
{
border-color: #8F323B;
}
</style>