Html Css Color HEX #80625D Pharlap

📋 copy color: '#80625D'

red 128 ◦ green 98 ◦ blue 93

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

Shades of Pharlap #80625D

Tints of Pharlap #80625D

RGB

 RED value IS 128 (50.39% from 255) = 40.13%

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

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

R = 40.13%
G = 30.72%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80625D (or 0x80625D) is known color: Pharlap. HEX triplet: 80, 62 and 5D. RGB value is (128,98,93). Sum of RGB (Red+Green+Blue) = 128+98+93=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #80625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80625D is #7F9DA2. Grayscale: #6A6A6A. Windows color (decimal): -8363427 or 6120064. OLE color: 6120064.

HSL color Cylindrical-coordinate representation of color #80625D: hue angle of 8.57º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80625D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 98 93 -
CMYK 0 0.23 0.27 0.50
HSL 8.57º 0.16% 0.43% -
HSV(B) 8.57º 0.27% 0.5% -
XYZ 15.25 14.11 12.28 -
YUV 106.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 128 98 93 0 0.23 0.27 0.50 8.57 0.16 0.43
Hex 80 62 5D 0 17 1B 32 9 10 2B
Octal 200 142 135 0 27 33 62 11 20 53
Binary 10000000 1100010 1011101 0 10111 11011 110010 1001 10000 101011

Color Harmonies of #80625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80625D

Black with #80625D

Text Example


Text Example

White with #80625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,98,93); }

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

background-color css

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

 a { background-color: rgb(128,98,93); }

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

border-color css

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

 span { border-color: rgb(128,98,93); }

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