#87625B

Color #87625B Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #87625B

Tints of Pharlap #87625B

Color information

#87625B (or 0x87625B) is unknown color: approx Pharlap. HEX triplet: 87, 62 and 5B. RGB value is (135,98,91). Sum of RGB (Red+Green+Blue) = 135+98+91=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #87625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87625B is #789DA4. Grayscale: #6C6C6C. Windows color (decimal): -7904677 or 5988999. OLE color: 5988999.

HSL color Cylindrical-coordinate representation of color #87625B: hue angle of 9.55º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87625B is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1359891-
CMYK00.270.330.47
HSL9.55º19.47%44.31%-
HSV(B)9.55º32.59%52.94%-
XYZ16.2514.6411.87-
YUV108.26118.26147.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=41.67%
G=30.25%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135989100.270.330.479.5519.4744.31
Hex87625B01B212Fa132c
Octal2071421330334157122354
Binary1000011111000101011011011011100001101111101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,98,91); }

 H1.HeaderClassName
 {
   color: #87625B;
 }
 .AnyTagClassName
 {
   color: #87625B;
 }
</style>
background-color css

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

 a { background-color: rgb(135,98,91); }

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

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

 span { border-color: rgb(135,98,91); }

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