Shades of Well Read #8F333C
Tints of Well Read #8F333C
RGB
CMYK
RGB Variations
Color information
#8F333C (or 0x8F333C) is known color: Well Read. HEX triplet: 8F, 33 and 3C. RGB value is (143,51,60). Sum of RGB (Red+Green+Blue) = 143+51+60=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F333C is #70CCC3. Grayscale: #4F4F4F. Windows color (decimal): -7392452 or 3945359. OLE color: 3945359.
HSL color Cylindrical-coordinate representation of color #8F333C: hue angle of 354.13º 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 #8F333C is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 51 | 60 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.44 |
| HSL | 354.13º | 0.47% | 0.38% | - |
| HSV(B) | 354.13º | 0.64% | 0.56% | - |
| XYZ | 13.33 | 8.53 | 5.22 | - |
| YUV | 79.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 60 | 0 | 0.64 | 0.58 | 0.44 | 354.13 | 0.47 | 0.38 |
| Hex | 8F | 33 | 3C | 0 | 40 | 3A | 2C | 162 | 2F | 26 |
| Octal | 217 | 63 | 74 | 0 | 100 | 72 | 54 | 542 | 57 | 46 |
| Binary | 10001111 | 110011 | 111100 | 0 | 1000000 | 111010 | 101100 | 101100010 | 101111 | 100110 |
Color Harmonies of #8F333C
Complementary color
Monochromatic Colors of #8F333C
Black with #8F333C
Text Example
Text Example
White with #8F333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F333C; }
p { color: rgb(143,51,60); }
H1.HeaderClassName
{
color: #8F333C;
}
.AnyTagClassName
{
color: #8F333C;
}
</style>
background-color css
<style>
a { background-color: #8F333C; }
a { background-color: rgb(143,51,60); }
div.DivClassName
{
background-color: #8F333C;
}
.BgClassName
{
background-color: #8F333C;
}
</style>
border-color css
<style>
span { border-color: #8F333C; }
span { border-color: rgb(143,51,60); }
td.TdClassName
{
border-color: #8F333C;
}
.TagClassName
{
border-color: #8F333C;
}
</style>