#715055

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

Shades of Falcon #715055

Tints of Falcon #715055

Color information

#715055 (or 0x715055) is unknown color: approx Falcon. HEX triplet: 71, 50 and 55. RGB value is (113,80,85). Sum of RGB (Red+Green+Blue) = 113+80+85=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #715055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715055 is #8EAFAA. Grayscale: #5A5A5A. Windows color (decimal): -9351083 or 5591153. OLE color: 5591153.

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

Color convert

RGB1138085-
CMYK00.290.250.56
HSL350.91º17.1%37.84%-
HSV(B)350.91º29.2%44.31%-
XYZ11.329.99.91-
YUV90.44124.93144.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=40.65%
G=28.78%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113808500.290.250.56350.9117.137.84
Hex71505501D193815f1126
Octal16112012503531705372146
Binary1110001101000010101010111011100111100010101111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715055; }

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

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

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

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

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

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

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

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