#715154

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

Shades of Falcon #715154

Tints of Falcon #715154

Color information

#715154 (or 0x715154) is unknown color: approx Falcon. HEX triplet: 71, 51 and 54. RGB value is (113,81,84). Sum of RGB (Red+Green+Blue) = 113+81+84=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #715154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715154 is #8EAEAB. Grayscale: #5A5A5A. Windows color (decimal): -9350828 or 5525873. OLE color: 5525873.

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

Color convert

RGB1138184-
CMYK00.280.260.56
HSL354.38º16.49%38.04%-
HSV(B)354.38º28.32%44.31%-
XYZ11.3510.049.73-
YUV90.91124.1143.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=40.65%
G=29.14%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113818400.280.260.56354.3816.4938.04
Hex71515401C1A381621026
Octal16112112403432705422046
Binary1110001101000110101000111001101011100010110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715154; }

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

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

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

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

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

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

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

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