#715054

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

Shades of Falcon #715054

Tints of Falcon #715054

Color information

#715054 (or 0x715054) is unknown color: approx Falcon. HEX triplet: 71, 50 and 54. RGB value is (113,80,84). Sum of RGB (Red+Green+Blue) = 113+80+84=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #715054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715054 is #8EAFAB. Grayscale: #5A5A5A. Windows color (decimal): -9351084 or 5525617. OLE color: 5525617.

HSL color Cylindrical-coordinate representation of color #715054: hue angle of 352.73º 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 #715054 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1138084-
CMYK00.290.260.56
HSL352.73º17.1%37.84%-
HSV(B)352.73º29.2%44.31%-
XYZ11.289.899.7-
YUV90.32124.43144.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=40.79%
G=28.88%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113808400.290.260.56352.7317.137.84
Hex71505401D1A381611126
Octal16112012403532705412146
Binary1110001101000010101000111011101011100010110000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715054; }

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

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

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

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

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

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

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

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