Shades of Well Read #89343F
Tints of Well Read #89343F
RGB
CMYK
RGB Variations
Color information
#89343F (or 0x89343F) is known color: Well Read. HEX triplet: 89, 34 and 3F. RGB value is (137,52,63). Sum of RGB (Red+Green+Blue) = 137+52+63=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #89343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89343F is #76CBC0. Grayscale: #4E4E4E. Windows color (decimal): -7785409 or 4142217. OLE color: 4142217.
HSL color Cylindrical-coordinate representation of color #89343F: hue angle of 352.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #89343F is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 63 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.46 |
| HSL | 352.24º | 0.45% | 0.37% | - |
| HSV(B) | 352.24º | 0.62% | 0.54% | - |
| XYZ | 12.44 | 8.13 | 5.62 | - |
| YUV | 78.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 63 | 0 | 0.62 | 0.54 | 0.46 | 352.24 | 0.45 | 0.37 |
| Hex | 89 | 34 | 3F | 0 | 3E | 36 | 2E | 160 | 2D | 25 |
| Octal | 211 | 64 | 77 | 0 | 76 | 66 | 56 | 540 | 55 | 45 |
| Binary | 10001001 | 110100 | 111111 | 0 | 111110 | 110110 | 101110 | 101100000 | 101101 | 100101 |
Color Harmonies of #89343F
Complementary color
Monochromatic Colors of #89343F
Black with #89343F
Text Example
Text Example
White with #89343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89343F; }
p { color: rgb(137,52,63); }
H1.HeaderClassName
{
color: #89343F;
}
.AnyTagClassName
{
color: #89343F;
}
</style>
background-color css
<style>
a { background-color: #89343F; }
a { background-color: rgb(137,52,63); }
div.DivClassName
{
background-color: #89343F;
}
.BgClassName
{
background-color: #89343F;
}
</style>
border-color css
<style>
span { border-color: #89343F; }
span { border-color: rgb(137,52,63); }
td.TdClassName
{
border-color: #89343F;
}
.TagClassName
{
border-color: #89343F;
}
</style>