#81625D

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

Shades of Pharlap #81625D

Tints of Pharlap #81625D

Color information

#81625D (or 0x81625D) is unknown color: approx Pharlap. HEX triplet: 81, 62 and 5D. RGB value is (129,98,93). Sum of RGB (Red+Green+Blue) = 129+98+93=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #81625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81625D is #7E9DA2. Grayscale: #6A6A6A. Windows color (decimal): -8297891 or 6120065. OLE color: 6120065.

HSL color Cylindrical-coordinate representation of color #81625D: hue angle of 8.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81625D is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1299893-
CMYK00.240.280.49
HSL8.33º16.22%43.53%-
HSV(B)8.33º27.91%50.59%-
XYZ15.414.1912.28-
YUV106.7120.27143.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=40.31%
G=30.62%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129989300.240.280.498.3316.2243.53
Hex81625D0181C318102c
Octal2011421350303461102054
Binary100000011100010101110101100011100110001100010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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