Html Css Color HEX #87615D Pharlap

📋 copy color: '#87615D'

red 135 ◦ green 97 ◦ blue 93

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

Shades of Pharlap #87615D

Tints of Pharlap #87615D

RGB

 RED value IS 135 (53.13% from 255) = 41.54%

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

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 41.54%
G = 29.85%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87615D (or 0x87615D) is known color: Pharlap. HEX triplet: 87, 61 and 5D. RGB value is (135,97,93). Sum of RGB (Red+Green+Blue) = 135+97+93=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87615D is #789EA2. Grayscale: #6B6B6B. Windows color (decimal): -7904931 or 6119815. OLE color: 6119815.

HSL color Cylindrical-coordinate representation of color #87615D: hue angle of 5.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87615D is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 97 93 -
CMYK 0 0.28 0.31 0.47
HSL 5.71º 0.18% 0.45% -
HSV(B) 5.71º 0.31% 0.53% -
XYZ 16.24 14.49 12.3 -
YUV 107.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 135 97 93 0 0.28 0.31 0.47 5.71 0.18 0.45
Hex 87 61 5D 0 1C 1F 2F 6 12 2D
Octal 207 141 135 0 34 37 57 6 22 55
Binary 10000111 1100001 1011101 0 11100 11111 101111 110 10010 101101

Color Harmonies of #87615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87615D

Black with #87615D

Text Example


Text Example

White with #87615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87615D; }

 p { color: rgb(135,97,93); }

 H1.HeaderClassName
 {
   color: #87615D;
 }
 .AnyTagClassName
 {
   color: #87615D;
 }
</style>

background-color css

<style>
 a { background-color: #87615D; }

 a { background-color: rgb(135,97,93); }

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

border-color css

<style>
 span { border-color: #87615D; }

 span { border-color: rgb(135,97,93); }

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