#715052

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

Shades of Falcon #715052

Tints of Falcon #715052

Color information

#715052 (or 0x715052) is unknown color: approx Falcon. HEX triplet: 71, 50 and 52. RGB value is (113,80,82). Sum of RGB (Red+Green+Blue) = 113+80+82=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #715052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715052 is #8EAFAD. Grayscale: #5A5A5A. Windows color (decimal): -9351086 or 5394545. OLE color: 5394545.

HSL color Cylindrical-coordinate representation of color #715052: hue angle of 356.36º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715052 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1138082-
CMYK00.290.270.56
HSL356.36º17.1%37.84%-
HSV(B)356.36º29.2%44.31%-
XYZ11.29.869.29-
YUV90.09123.43144.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=41.09%
G=29.09%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113808200.290.270.56356.3617.137.84
Hex71505201D1B381641126
Octal16112012203533705442146
Binary1110001101000010100100111011101111100010110010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715052; }

 p { color: rgb(113,80,82); }

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

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

 a { background-color: rgb(113,80,82); }

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

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

 span { border-color: rgb(113,80,82); }

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