#826260

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

Shades of Pharlap #826260

Tints of Pharlap #826260

Color information

#826260 (or 0x826260) is unknown color: approx Pharlap. HEX triplet: 82, 62 and 60. RGB value is (130,98,96). Sum of RGB (Red+Green+Blue) = 130+98+96=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #826260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826260 is #7D9D9F. Grayscale: #6B6B6B. Windows color (decimal): -8232352 or 6316674. OLE color: 6316674.

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

Color convert

RGB1309896-
CMYK00.250.260.49
HSL3.53º15.04%44.31%-
HSV(B)3.53º26.15%50.98%-
XYZ15.6814.3313-
YUV107.34121.6144.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=40.12%
G=30.25%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130989600.250.260.493.5315.0444.31
Hex8262600191A314f2c
Octal202142140031326141754
Binary1000001011000101100000011001110101100011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826260; }

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

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

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

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

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

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

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

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