#715358

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

Shades of Falcon #715358

Tints of Falcon #715358

Color information

#715358 (or 0x715358) is unknown color: approx Falcon. HEX triplet: 71, 53 and 58. RGB value is (113,83,88). Sum of RGB (Red+Green+Blue) = 113+83+88=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715358 is #8EACA7. Grayscale: #5C5C5C. Windows color (decimal): -9350312 or 5788529. OLE color: 5788529.

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

Color convert

RGB1138388-
CMYK00.270.220.56
HSL350º15.31%38.43%-
HSV(B)350º26.55%44.31%-
XYZ11.6610.410.63-
YUV92.54125.44142.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=39.79%
G=29.23%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113838800.270.220.5635015.3138.43
Hex71535801B163815ef26
Octal16112313003326705361746
Binary111000110100111011000011011101101110001010111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715358; }

 p { color: rgb(113,83,88); }

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

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

 a { background-color: rgb(113,83,88); }

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

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

 span { border-color: rgb(113,83,88); }

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