Shades of Well Read #89373C
Tints of Well Read #89373C
RGB
CMYK
RGB Variations
Color information
#89373C (or 0x89373C) is known color: Well Read. HEX triplet: 89, 37 and 3C. RGB value is (137,55,60). Sum of RGB (Red+Green+Blue) = 137+55+60=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #89373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89373C is #76C8C3. Grayscale: #505050. Windows color (decimal): -7784644 or 3946377. OLE color: 3946377.
HSL color Cylindrical-coordinate representation of color #89373C: hue angle of 356.34º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89373C is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 55 | 60 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.46 |
| HSL | 356.34º | 0.43% | 0.38% | - |
| HSV(B) | 356.34º | 0.6% | 0.54% | - |
| XYZ | 12.5 | 8.38 | 5.23 | - |
| YUV | 80.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 60 | 0 | 0.60 | 0.56 | 0.46 | 356.34 | 0.43 | 0.38 |
| Hex | 89 | 37 | 3C | 0 | 3C | 38 | 2E | 164 | 2B | 26 |
| Octal | 211 | 67 | 74 | 0 | 74 | 70 | 56 | 544 | 53 | 46 |
| Binary | 10001001 | 110111 | 111100 | 0 | 111100 | 111000 | 101110 | 101100100 | 101011 | 100110 |
Color Harmonies of #89373C
Complementary color
Monochromatic Colors of #89373C
Black with #89373C
Text Example
Text Example
White with #89373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89373C; }
p { color: rgb(137,55,60); }
H1.HeaderClassName
{
color: #89373C;
}
.AnyTagClassName
{
color: #89373C;
}
</style>
background-color css
<style>
a { background-color: #89373C; }
a { background-color: rgb(137,55,60); }
div.DivClassName
{
background-color: #89373C;
}
.BgClassName
{
background-color: #89373C;
}
</style>
border-color css
<style>
span { border-color: #89373C; }
span { border-color: rgb(137,55,60); }
td.TdClassName
{
border-color: #89373C;
}
.TagClassName
{
border-color: #89373C;
}
</style>