#82595D

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

Shades of Falcon #82595D

Tints of Falcon #82595D

Color information

#82595D (or 0x82595D) is unknown color: approx Falcon. HEX triplet: 82, 59 and 5D. RGB value is (130,89,93). Sum of RGB (Red+Green+Blue) = 130+89+93=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82595D is #7DA6A2. Grayscale: #656565. Windows color (decimal): -8234659 or 6117762. OLE color: 6117762.

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

Color convert

RGB1308993-
CMYK00.320.280.49
HSL354.15º18.72%42.94%-
HSV(B)354.15º31.54%50.98%-
XYZ14.7512.6812.03-
YUV101.72123.08148.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=41.67%
G=28.53%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130899300.320.280.49354.1518.7242.94
Hex82595D0201C31162132b
Octal20213113504034615422353
Binary100000101011001101110101000001110011000110110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,89,93); }

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

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

 a { background-color: rgb(130,89,93); }

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

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

 span { border-color: rgb(130,89,93); }

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