#82615B

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

Shades of Pharlap #82615B

Tints of Pharlap #82615B

Color information

#82615B (or 0x82615B) is unknown color: approx Pharlap. HEX triplet: 82, 61 and 5B. RGB value is (130,97,91). Sum of RGB (Red+Green+Blue) = 130+97+91=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #82615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82615B is #7D9EA4. Grayscale: #6A6A6A. Windows color (decimal): -8232613 or 5988738. OLE color: 5988738.

HSL color Cylindrical-coordinate representation of color #82615B: hue angle of 9.23º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82615B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1309791-
CMYK00.250.300.49
HSL9.23º17.65%43.33%-
HSV(B)9.23º30%50.98%-
XYZ15.3714.0511.8-
YUV106.18119.43144.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=40.88%
G=30.50%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130979100.250.300.499.2317.6543.33
Hex82615B0191E319122b
Octal2021411330313661112253
Binary100000101100001101101101100111110110001100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82615B; }

 p { color: rgb(130,97,91); }

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

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

 a { background-color: rgb(130,97,91); }

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

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

 span { border-color: rgb(130,97,91); }

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