Shades of Well Read #89353C
Tints of Well Read #89353C
RGB
CMYK
RGB Variations
Color information
#89353C (or 0x89353C) is known color: Well Read. HEX triplet: 89, 35 and 3C. RGB value is (137,53,60). Sum of RGB (Red+Green+Blue) = 137+53+60=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #89353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89353C is #76CAC3. Grayscale: #4E4E4E. Windows color (decimal): -7785156 or 3945865. OLE color: 3945865.
HSL color Cylindrical-coordinate representation of color #89353C: hue angle of 355º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89353C is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 53 | 60 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.46 |
| HSL | 355º | 0.44% | 0.37% | - |
| HSV(B) | 355º | 0.61% | 0.54% | - |
| XYZ | 12.41 | 8.19 | 5.2 | - |
| YUV | 78.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 60 | 0 | 0.61 | 0.56 | 0.46 | 355 | 0.44 | 0.37 |
| Hex | 89 | 35 | 3C | 0 | 3D | 38 | 2E | 163 | 2C | 25 |
| Octal | 211 | 65 | 74 | 0 | 75 | 70 | 56 | 543 | 54 | 45 |
| Binary | 10001001 | 110101 | 111100 | 0 | 111101 | 111000 | 101110 | 101100011 | 101100 | 100101 |
Color Harmonies of #89353C
Complementary color
Monochromatic Colors of #89353C
Black with #89353C
Text Example
Text Example
White with #89353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89353C; }
p { color: rgb(137,53,60); }
H1.HeaderClassName
{
color: #89353C;
}
.AnyTagClassName
{
color: #89353C;
}
</style>
background-color css
<style>
a { background-color: #89353C; }
a { background-color: rgb(137,53,60); }
div.DivClassName
{
background-color: #89353C;
}
.BgClassName
{
background-color: #89353C;
}
</style>
border-color css
<style>
span { border-color: #89353C; }
span { border-color: rgb(137,53,60); }
td.TdClassName
{
border-color: #89353C;
}
.TagClassName
{
border-color: #89353C;
}
</style>