Shades of Well Read #89383C
Tints of Well Read #89383C
RGB
CMYK
RGB Variations
Color information
#89383C (or 0x89383C) is known color: Well Read. HEX triplet: 89, 38 and 3C. RGB value is (137,56,60). Sum of RGB (Red+Green+Blue) = 137+56+60=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #89383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89383C is #76C7C3. Grayscale: #505050. Windows color (decimal): -7784388 or 3946633. OLE color: 3946633.
HSL color Cylindrical-coordinate representation of color #89383C: hue angle of 357.04º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #89383C is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 56 | 60 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.46 |
| HSL | 357.04º | 0.42% | 0.38% | - |
| HSV(B) | 357.04º | 0.59% | 0.54% | - |
| XYZ | 12.55 | 8.47 | 5.25 | - |
| YUV | 80.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 60 | 0 | 0.59 | 0.56 | 0.46 | 357.04 | 0.42 | 0.38 |
| Hex | 89 | 38 | 3C | 0 | 3B | 38 | 2E | 165 | 2A | 26 |
| Octal | 211 | 70 | 74 | 0 | 73 | 70 | 56 | 545 | 52 | 46 |
| Binary | 10001001 | 111000 | 111100 | 0 | 111011 | 111000 | 101110 | 101100101 | 101010 | 100110 |
Color Harmonies of #89383C
Complementary color
Monochromatic Colors of #89383C
Black with #89383C
Text Example
Text Example
White with #89383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89383C; }
p { color: rgb(137,56,60); }
H1.HeaderClassName
{
color: #89383C;
}
.AnyTagClassName
{
color: #89383C;
}
</style>
background-color css
<style>
a { background-color: #89383C; }
a { background-color: rgb(137,56,60); }
div.DivClassName
{
background-color: #89383C;
}
.BgClassName
{
background-color: #89383C;
}
</style>
border-color css
<style>
span { border-color: #89383C; }
span { border-color: rgb(137,56,60); }
td.TdClassName
{
border-color: #89383C;
}
.TagClassName
{
border-color: #89383C;
}
</style>