Html Css Color HEX #88625B Pharlap

📋 copy color: '#88625B'

red 136 ◦ green 98 ◦ blue 91

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

Shades of Pharlap #88625B

Tints of Pharlap #88625B

RGB

 RED value IS 136 (53.52% from 255) = 41.85%

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 41.85%
G = 30.15%
B = 28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#88625B (or 0x88625B) is known color: Pharlap. HEX triplet: 88, 62 and 5B. RGB value is (136,98,91). Sum of RGB (Red+Green+Blue) = 136+98+91=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #88625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88625B is #779DA4. Grayscale: #6C6C6C. Windows color (decimal): -7839141 or 5989000. OLE color: 5989000.

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

Color convert

RGB 136 98 91 -
CMYK 0 0.28 0.33 0.47
HSL 9.33º 0.2% 0.45% -
HSV(B) 9.33º 0.33% 0.53% -
XYZ 16.41 14.72 11.87 -
YUV 108.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 136 98 91 0 0.28 0.33 0.47 9.33 0.2 0.45
Hex 88 62 5B 0 1C 21 2F 9 14 2D
Octal 210 142 133 0 34 41 57 11 24 55
Binary 10001000 1100010 1011011 0 11100 100001 101111 1001 10100 101101

Color Harmonies of #88625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88625B

Black with #88625B

Text Example


Text Example

White with #88625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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