#82625E

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

Shades of Pharlap #82625E

Tints of Pharlap #82625E

Color information

#82625E (or 0x82625E) is unknown color: approx Pharlap. HEX triplet: 82, 62 and 5E. RGB value is (130,98,94). Sum of RGB (Red+Green+Blue) = 130+98+94=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82625E is #7D9DA1. Grayscale: #6B6B6B. Windows color (decimal): -8232354 or 6185602. OLE color: 6185602.

HSL color Cylindrical-coordinate representation of color #82625E: hue angle of 6.67º 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 #82625E is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1309894-
CMYK00.250.280.49
HSL6.67º16.07%43.92%-
HSV(B)6.67º27.69%50.98%-
XYZ15.5914.2912.53-
YUV107.11120.6144.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=40.37%
G=30.43%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130989400.250.280.496.6716.0743.92
Hex82625E0191C317102c
Octal202142136031346172054
Binary10000010110001010111100110011110011000111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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