Html Css Color HEX #89615B Pharlap

📋 copy color: '#89615B'

red 137 ◦ green 97 ◦ blue 91

#89615B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pharlap #89615B

Tints of Pharlap #89615B

RGB

 RED value IS 137 (53.91% from 255) = 42.15%

 GREEN value IS 97 (38.28% from 255) = 29.85%

 BLUE value IS 91 (35.94% from 255) = 28%

R = 42.15%
G = 29.85%
B = 28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#89615B (or 0x89615B) is known color: Pharlap. HEX triplet: 89, 61 and 5B. RGB value is (137,97,91). Sum of RGB (Red+Green+Blue) = 137+97+91=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #89615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89615B is #769EA4. Grayscale: #6C6C6C. Windows color (decimal): -7773861 or 5988745. OLE color: 5988745.

HSL color Cylindrical-coordinate representation of color #89615B: hue angle of 7.83º 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 #89615B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 97 91 -
CMYK 0 0.29 0.34 0.46
HSL 7.83º 0.2% 0.45% -
HSV(B) 7.83º 0.34% 0.54% -
XYZ 16.48 14.62 11.85 -
YUV 108.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 137 97 91 0 0.29 0.34 0.46 7.83 0.2 0.45
Hex 89 61 5B 0 1D 22 2E 8 14 2D
Octal 211 141 133 0 35 42 56 10 24 55
Binary 10001001 1100001 1011011 0 11101 100010 101110 1000 10100 101101

Color Harmonies of #89615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89615B

Black with #89615B

Text Example


Text Example

White with #89615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89615B; }

 p { color: rgb(137,97,91); }

 H1.HeaderClassName
 {
   color: #89615B;
 }
 .AnyTagClassName
 {
   color: #89615B;
 }
</style>

background-color css

<style>
 a { background-color: #89615B; }

 a { background-color: rgb(137,97,91); }

 div.DivClassName
 {
   background-color: #89615B;
 }
 .BgClassName
 {
   background-color: #89615B;
 }
</style>

border-color css

<style>
 span { border-color: #89615B; }

 span { border-color: rgb(137,97,91); }

 td.TdClassName
 {
   border-color: #89615B;
 }
 .TagClassName
 {
   border-color: #89615B;
 }
</style>