Shades of Well Read #893240
Tints of Well Read #893240
RGB
CMYK
RGB Variations
Color information
#893240 (or 0x893240) is known color: Well Read. HEX triplet: 89, 32 and 40. RGB value is (137,50,64). Sum of RGB (Red+Green+Blue) = 137+50+64=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #893240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893240 is #76CDBF. Grayscale: #4D4D4D. Windows color (decimal): -7785920 or 4207241. OLE color: 4207241.
HSL color Cylindrical-coordinate representation of color #893240: hue angle of 350.34º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #893240 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 64 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.46 |
| HSL | 350.34º | 0.47% | 0.37% | - |
| HSV(B) | 350.34º | 0.64% | 0.54% | - |
| XYZ | 12.38 | 7.97 | 5.74 | - |
| YUV | 77.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 64 | 0 | 0.64 | 0.53 | 0.46 | 350.34 | 0.47 | 0.37 |
| Hex | 89 | 32 | 40 | 0 | 40 | 35 | 2E | 15E | 2F | 25 |
| Octal | 211 | 62 | 100 | 0 | 100 | 65 | 56 | 536 | 57 | 45 |
| Binary | 10001001 | 110010 | 1000000 | 0 | 1000000 | 110101 | 101110 | 101011110 | 101111 | 100101 |
Color Harmonies of #893240
Complementary color
Monochromatic Colors of #893240
Black with #893240
Text Example
Text Example
White with #893240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893240; }
p { color: rgb(137,50,64); }
H1.HeaderClassName
{
color: #893240;
}
.AnyTagClassName
{
color: #893240;
}
</style>
background-color css
<style>
a { background-color: #893240; }
a { background-color: rgb(137,50,64); }
div.DivClassName
{
background-color: #893240;
}
.BgClassName
{
background-color: #893240;
}
</style>
border-color css
<style>
span { border-color: #893240; }
span { border-color: rgb(137,50,64); }
td.TdClassName
{
border-color: #893240;
}
.TagClassName
{
border-color: #893240;
}
</style>