Shades of Well Read #8F333D
Tints of Well Read #8F333D
RGB
CMYK
RGB Variations
Color information
#8F333D (or 0x8F333D) is known color: Well Read. HEX triplet: 8F, 33 and 3D. RGB value is (143,51,61). Sum of RGB (Red+Green+Blue) = 143+51+61=255 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.08% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 143 - color contains mainly: red. Hex color #8F333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F333D is #70CCC2. Grayscale: #4F4F4F. Windows color (decimal): -7392451 or 4010895. OLE color: 4010895.
HSL color Cylindrical-coordinate representation of color #8F333D: hue angle of 353.48º 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 #8F333D is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 51 | 61 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.44 |
| HSL | 353.48º | 0.47% | 0.38% | - |
| HSV(B) | 353.48º | 0.64% | 0.56% | - |
| XYZ | 13.35 | 8.54 | 5.36 | - |
| YUV | 79.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 61 | 0 | 0.64 | 0.57 | 0.44 | 353.48 | 0.47 | 0.38 |
| Hex | 8F | 33 | 3D | 0 | 40 | 39 | 2C | 161 | 2F | 26 |
| Octal | 217 | 63 | 75 | 0 | 100 | 71 | 54 | 541 | 57 | 46 |
| Binary | 10001111 | 110011 | 111101 | 0 | 1000000 | 111001 | 101100 | 101100001 | 101111 | 100110 |
Color Harmonies of #8F333D
Complementary color
Monochromatic Colors of #8F333D
Black with #8F333D
Text Example
Text Example
White with #8F333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F333D; }
p { color: rgb(143,51,61); }
H1.HeaderClassName
{
color: #8F333D;
}
.AnyTagClassName
{
color: #8F333D;
}
</style>
background-color css
<style>
a { background-color: #8F333D; }
a { background-color: rgb(143,51,61); }
div.DivClassName
{
background-color: #8F333D;
}
.BgClassName
{
background-color: #8F333D;
}
</style>
border-color css
<style>
span { border-color: #8F333D; }
span { border-color: rgb(143,51,61); }
td.TdClassName
{
border-color: #8F333D;
}
.TagClassName
{
border-color: #8F333D;
}
</style>