#715158

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

Shades of Falcon #715158

Tints of Falcon #715158

Color information

#715158 (or 0x715158) is unknown color: approx Falcon. HEX triplet: 71, 51 and 58. RGB value is (113,81,88). Sum of RGB (Red+Green+Blue) = 113+81+88=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #715158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715158 is #8EAEA7. Grayscale: #5B5B5B. Windows color (decimal): -9350824 or 5788017. OLE color: 5788017.

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

Color convert

RGB1138188-
CMYK00.280.220.56
HSL346.88º16.49%38.04%-
HSV(B)346.88º28.32%44.31%-
XYZ11.5110.110.58-
YUV91.37126.1143.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=40.07%
G=28.72%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113818800.280.220.56346.8816.4938.04
Hex71515801C163815b1026
Octal16112113003426705332046
Binary1110001101000110110000111001011011100010101101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715158; }

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

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

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

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

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

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

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

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