Shades of Well Read #8F333B
Tints of Well Read #8F333B
RGB
CMYK
RGB Variations
Color information
#8F333B (or 0x8F333B) is known color: Well Read. HEX triplet: 8F, 33 and 3B. RGB value is (143,51,59). Sum of RGB (Red+Green+Blue) = 143+51+59=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F333B is #70CCC4. Grayscale: #4F4F4F. Windows color (decimal): -7392453 or 3879823. OLE color: 3879823.
HSL color Cylindrical-coordinate representation of color #8F333B: hue angle of 354.78º 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 #8F333B is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 51 | 59 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.44 |
| HSL | 354.78º | 0.47% | 0.38% | - |
| HSV(B) | 354.78º | 0.64% | 0.56% | - |
| XYZ | 13.3 | 8.52 | 5.08 | - |
| YUV | 79.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 59 | 0 | 0.64 | 0.59 | 0.44 | 354.78 | 0.47 | 0.38 |
| Hex | 8F | 33 | 3B | 0 | 40 | 3B | 2C | 163 | 2F | 26 |
| Octal | 217 | 63 | 73 | 0 | 100 | 73 | 54 | 543 | 57 | 46 |
| Binary | 10001111 | 110011 | 111011 | 0 | 1000000 | 111011 | 101100 | 101100011 | 101111 | 100110 |
Color Harmonies of #8F333B
Complementary color
Monochromatic Colors of #8F333B
Black with #8F333B
Text Example
Text Example
White with #8F333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F333B; }
p { color: rgb(143,51,59); }
H1.HeaderClassName
{
color: #8F333B;
}
.AnyTagClassName
{
color: #8F333B;
}
</style>
background-color css
<style>
a { background-color: #8F333B; }
a { background-color: rgb(143,51,59); }
div.DivClassName
{
background-color: #8F333B;
}
.BgClassName
{
background-color: #8F333B;
}
</style>
border-color css
<style>
span { border-color: #8F333B; }
span { border-color: rgb(143,51,59); }
td.TdClassName
{
border-color: #8F333B;
}
.TagClassName
{
border-color: #8F333B;
}
</style>