Shades of Well Read #893341
Tints of Well Read #893341
RGB
CMYK
RGB Variations
Color information
#893341 (or 0x893341) is known color: Well Read. HEX triplet: 89, 33 and 41. RGB value is (137,51,65). Sum of RGB (Red+Green+Blue) = 137+51+65=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #893341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893341 is #76CCBE. Grayscale: #4E4E4E. Windows color (decimal): -7785663 or 4273033. OLE color: 4273033.
HSL color Cylindrical-coordinate representation of color #893341: hue angle of 350.23º 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 #893341 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 65 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.46 |
| HSL | 350.23º | 0.46% | 0.37% | - |
| HSV(B) | 350.23º | 0.63% | 0.54% | - |
| XYZ | 12.45 | 8.07 | 5.9 | - |
| YUV | 78.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 65 | 0 | 0.63 | 0.53 | 0.46 | 350.23 | 0.46 | 0.37 |
| Hex | 89 | 33 | 41 | 0 | 3F | 35 | 2E | 15E | 2E | 25 |
| Octal | 211 | 63 | 101 | 0 | 77 | 65 | 56 | 536 | 56 | 45 |
| Binary | 10001001 | 110011 | 1000001 | 0 | 111111 | 110101 | 101110 | 101011110 | 101110 | 100101 |
Color Harmonies of #893341
Complementary color
Monochromatic Colors of #893341
Black with #893341
Text Example
Text Example
White with #893341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893341; }
p { color: rgb(137,51,65); }
H1.HeaderClassName
{
color: #893341;
}
.AnyTagClassName
{
color: #893341;
}
</style>
background-color css
<style>
a { background-color: #893341; }
a { background-color: rgb(137,51,65); }
div.DivClassName
{
background-color: #893341;
}
.BgClassName
{
background-color: #893341;
}
</style>
border-color css
<style>
span { border-color: #893341; }
span { border-color: rgb(137,51,65); }
td.TdClassName
{
border-color: #893341;
}
.TagClassName
{
border-color: #893341;
}
</style>