#82625C

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

Shades of Pharlap #82625C

Tints of Pharlap #82625C

Color information

#82625C (or 0x82625C) is unknown color: approx Pharlap. HEX triplet: 82, 62 and 5C. RGB value is (130,98,92). Sum of RGB (Red+Green+Blue) = 130+98+92=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82625C is #7D9DA3. Grayscale: #6A6A6A. Windows color (decimal): -8232356 or 6054530. OLE color: 6054530.

HSL color Cylindrical-coordinate representation of color #82625C: hue angle of 9.47º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82625C is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1309892-
CMYK00.250.290.49
HSL9.47º17.12%43.53%-
HSV(B)9.47º29.23%50.98%-
XYZ15.5114.2512.06-
YUV106.88119.6144.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=40.62%
G=30.62%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130989200.250.290.499.4717.1243.53
Hex82625C0191D319112c
Octal2021421340313561112154
Binary100000101100010101110001100111101110001100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82625C; }

 p { color: rgb(130,98,92); }

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

<style>
 a { background-color: #82625C; }

 a { background-color: rgb(130,98,92); }

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

<style>
 span { border-color: #82625C; }

 span { border-color: rgb(130,98,92); }

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