#725159

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

Shades of Falcon #725159

Tints of Falcon #725159

Color information

#725159 (or 0x725159) is unknown color: approx Falcon. HEX triplet: 72, 51 and 59. RGB value is (114,81,89). Sum of RGB (Red+Green+Blue) = 114+81+89=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #725159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725159 is #8DAEA6. Grayscale: #5B5B5B. Windows color (decimal): -9285287 or 5853554. OLE color: 5853554.

HSL color Cylindrical-coordinate representation of color #725159: hue angle of 345.45º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725159 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1148189-
CMYK00.290.220.55
HSL345.45º16.92%38.24%-
HSV(B)345.45º28.95%44.71%-
XYZ11.6910.1810.8-
YUV91.78126.43143.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.14%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=40.14%
G=28.52%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114818900.290.220.55345.4516.9238.24
Hex72515901D16371591126
Octal16212113103526675312146
Binary1110010101000110110010111011011011011110101100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725159; }

 p { color: rgb(114,81,89); }

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

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

 a { background-color: rgb(114,81,89); }

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

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

 span { border-color: rgb(114,81,89); }

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