Shades of Well Read #89333E
Tints of Well Read #89333E
RGB
CMYK
RGB Variations
Color information
#89333E (or 0x89333E) is known color: Well Read. HEX triplet: 89, 33 and 3E. RGB value is (137,51,62). Sum of RGB (Red+Green+Blue) = 137+51+62=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #89333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89333E is #76CCC1. Grayscale: #4E4E4E. Windows color (decimal): -7785666 or 4076425. OLE color: 4076425.
HSL color Cylindrical-coordinate representation of color #89333E: hue angle of 352.33º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89333E is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 62 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.46 |
| HSL | 352.33º | 0.46% | 0.37% | - |
| HSV(B) | 352.33º | 0.63% | 0.54% | - |
| XYZ | 12.37 | 8.03 | 5.46 | - |
| YUV | 77.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 62 | 0 | 0.63 | 0.55 | 0.46 | 352.33 | 0.46 | 0.37 |
| Hex | 89 | 33 | 3E | 0 | 3F | 37 | 2E | 160 | 2E | 25 |
| Octal | 211 | 63 | 76 | 0 | 77 | 67 | 56 | 540 | 56 | 45 |
| Binary | 10001001 | 110011 | 111110 | 0 | 111111 | 110111 | 101110 | 101100000 | 101110 | 100101 |
Color Harmonies of #89333E
Complementary color
Monochromatic Colors of #89333E
Black with #89333E
Text Example
Text Example
White with #89333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89333E; }
p { color: rgb(137,51,62); }
H1.HeaderClassName
{
color: #89333E;
}
.AnyTagClassName
{
color: #89333E;
}
</style>
background-color css
<style>
a { background-color: #89333E; }
a { background-color: rgb(137,51,62); }
div.DivClassName
{
background-color: #89333E;
}
.BgClassName
{
background-color: #89333E;
}
</style>
border-color css
<style>
span { border-color: #89333E; }
span { border-color: rgb(137,51,62); }
td.TdClassName
{
border-color: #89333E;
}
.TagClassName
{
border-color: #89333E;
}
</style>