Shades of Pharlap #89625B
Tints of Pharlap #89625B
RGB
CMYK
RGB Variations
Color information
#89625B (or 0x89625B) is known color: Pharlap. HEX triplet: 89, 62 and 5B. RGB value is (137,98,91). Sum of RGB (Red+Green+Blue) = 137+98+91=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #89625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89625B is #769DA4. Grayscale: #6C6C6C. Windows color (decimal): -7773605 or 5989001. OLE color: 5989001.
HSL color Cylindrical-coordinate representation of color #89625B: hue angle of 9.13º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89625B is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 91 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.46 |
| HSL | 9.13º | 0.2% | 0.45% | - |
| HSV(B) | 9.13º | 0.34% | 0.54% | - |
| XYZ | 16.57 | 14.81 | 11.88 | - |
| YUV | 108.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 91 | 0 | 0.28 | 0.34 | 0.46 | 9.13 | 0.2 | 0.45 |
| Hex | 89 | 62 | 5B | 0 | 1C | 22 | 2E | 9 | 14 | 2D |
| Octal | 211 | 142 | 133 | 0 | 34 | 42 | 56 | 11 | 24 | 55 |
| Binary | 10001001 | 1100010 | 1011011 | 0 | 11100 | 100010 | 101110 | 1001 | 10100 | 101101 |
Color Harmonies of #89625B
Complementary color
Monochromatic Colors of #89625B
Black with #89625B
Text Example
Text Example
White with #89625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89625B; }
p { color: rgb(137,98,91); }
H1.HeaderClassName
{
color: #89625B;
}
.AnyTagClassName
{
color: #89625B;
}
</style>
background-color css
<style>
a { background-color: #89625B; }
a { background-color: rgb(137,98,91); }
div.DivClassName
{
background-color: #89625B;
}
.BgClassName
{
background-color: #89625B;
}
</style>
border-color css
<style>
span { border-color: #89625B; }
span { border-color: rgb(137,98,91); }
td.TdClassName
{
border-color: #89625B;
}
.TagClassName
{
border-color: #89625B;
}
</style>