#735058

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

Shades of Falcon #735058

Tints of Falcon #735058

Color information

#735058 (or 0x735058) is unknown color: approx Falcon. HEX triplet: 73, 50 and 58. RGB value is (115,80,88). Sum of RGB (Red+Green+Blue) = 115+80+88=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #735058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735058 is #8CAFA7. Grayscale: #5B5B5B. Windows color (decimal): -9220008 or 5787763. OLE color: 5787763.

HSL color Cylindrical-coordinate representation of color #735058: hue angle of 346.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735058 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1158088-
CMYK00.300.230.55
HSL346.29º17.95%38.24%-
HSV(B)346.29º30.43%45.1%-
XYZ11.710.0910.56-
YUV91.38126.1144.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.64%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=40.64%
G=28.27%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115808800.300.230.55346.2917.9538.24
Hex73505801E173715a1226
Octal16312013003627675322246
Binary1110011101000010110000111101011111011110101101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735058; }

 p { color: rgb(115,80,88); }

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

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

 a { background-color: rgb(115,80,88); }

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

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

 span { border-color: rgb(115,80,88); }

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