Html Css Color HEX #80625F Pharlap

📋 copy color: '#80625F'

red 128 ◦ green 98 ◦ blue 95

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

Shades of Pharlap #80625F

Tints of Pharlap #80625F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 39.88%
G = 30.53%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80625F (or 0x80625F) is known color: Pharlap. HEX triplet: 80, 62 and 5F. RGB value is (128,98,95). Sum of RGB (Red+Green+Blue) = 128+98+95=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #80625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80625F is #7F9DA0. Grayscale: #6A6A6A. Windows color (decimal): -8363425 or 6251136. OLE color: 6251136.

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

Color convert

RGB 128 98 95 -
CMYK 0 0.23 0.26 0.50
HSL 5.45º 0.15% 0.44% -
HSV(B) 5.45º 0.26% 0.5% -
XYZ 15.34 14.15 12.75 -
YUV 106.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 128 98 95 0 0.23 0.26 0.50 5.45 0.15 0.44
Hex 80 62 5F 0 17 1A 32 5 F 2C
Octal 200 142 137 0 27 32 62 5 17 54
Binary 10000000 1100010 1011111 0 10111 11010 110010 101 1111 101100

Color Harmonies of #80625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80625F

Black with #80625F

Text Example


Text Example

White with #80625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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