Shades of Well Read #8F333F
Tints of Well Read #8F333F
RGB
CMYK
RGB Variations
Color information
#8F333F (or 0x8F333F) is known color: Well Read. HEX triplet: 8F, 33 and 3F. RGB value is (143,51,63). Sum of RGB (Red+Green+Blue) = 143+51+63=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F333F is #70CCC0. Grayscale: #4F4F4F. Windows color (decimal): -7392449 or 4141967. OLE color: 4141967.
HSL color Cylindrical-coordinate representation of color #8F333F: hue angle of 352.17º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F333F is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 51 | 63 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.44 |
| HSL | 352.17º | 0.47% | 0.38% | - |
| HSV(B) | 352.17º | 0.64% | 0.56% | - |
| XYZ | 13.41 | 8.57 | 5.65 | - |
| YUV | 79.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 63 | 0 | 0.64 | 0.56 | 0.44 | 352.17 | 0.47 | 0.38 |
| Hex | 8F | 33 | 3F | 0 | 40 | 38 | 2C | 160 | 2F | 26 |
| Octal | 217 | 63 | 77 | 0 | 100 | 70 | 54 | 540 | 57 | 46 |
| Binary | 10001111 | 110011 | 111111 | 0 | 1000000 | 111000 | 101100 | 101100000 | 101111 | 100110 |
Color Harmonies of #8F333F
Complementary color
Monochromatic Colors of #8F333F
Black with #8F333F
Text Example
Text Example
White with #8F333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F333F; }
p { color: rgb(143,51,63); }
H1.HeaderClassName
{
color: #8F333F;
}
.AnyTagClassName
{
color: #8F333F;
}
</style>
background-color css
<style>
a { background-color: #8F333F; }
a { background-color: rgb(143,51,63); }
div.DivClassName
{
background-color: #8F333F;
}
.BgClassName
{
background-color: #8F333F;
}
</style>
border-color css
<style>
span { border-color: #8F333F; }
span { border-color: rgb(143,51,63); }
td.TdClassName
{
border-color: #8F333F;
}
.TagClassName
{
border-color: #8F333F;
}
</style>