Shades of Well Read #89363C
Tints of Well Read #89363C
RGB
CMYK
RGB Variations
Color information
#89363C (or 0x89363C) is known color: Well Read. HEX triplet: 89, 36 and 3C. RGB value is (137,54,60). Sum of RGB (Red+Green+Blue) = 137+54+60=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #89363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89363C is #76C9C3. Grayscale: #4F4F4F. Windows color (decimal): -7784900 or 3946121. OLE color: 3946121.
HSL color Cylindrical-coordinate representation of color #89363C: hue angle of 355.66º degrees, saturation: 0.43, 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 #89363C is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 54 | 60 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.46 |
| HSL | 355.66º | 0.43% | 0.37% | - |
| HSV(B) | 355.66º | 0.61% | 0.54% | - |
| XYZ | 12.45 | 8.28 | 5.22 | - |
| YUV | 79.5 | 117 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 60 | 0 | 0.61 | 0.56 | 0.46 | 355.66 | 0.43 | 0.37 |
| Hex | 89 | 36 | 3C | 0 | 3D | 38 | 2E | 164 | 2B | 25 |
| Octal | 211 | 66 | 74 | 0 | 75 | 70 | 56 | 544 | 53 | 45 |
| Binary | 10001001 | 110110 | 111100 | 0 | 111101 | 111000 | 101110 | 101100100 | 101011 | 100101 |
Color Harmonies of #89363C
Complementary color
Monochromatic Colors of #89363C
Black with #89363C
Text Example
Text Example
White with #89363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89363C; }
p { color: rgb(137,54,60); }
H1.HeaderClassName
{
color: #89363C;
}
.AnyTagClassName
{
color: #89363C;
}
</style>
background-color css
<style>
a { background-color: #89363C; }
a { background-color: rgb(137,54,60); }
div.DivClassName
{
background-color: #89363C;
}
.BgClassName
{
background-color: #89363C;
}
</style>
border-color css
<style>
span { border-color: #89363C; }
span { border-color: rgb(137,54,60); }
td.TdClassName
{
border-color: #89363C;
}
.TagClassName
{
border-color: #89363C;
}
</style>