#744154

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

Shades of Finn #744154

Tints of Finn #744154

Color information

#744154 (or 0x744154) is unknown color: approx Finn. HEX triplet: 74, 41 and 54. RGB value is (116,65,84). Sum of RGB (Red+Green+Blue) = 116+65+84=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #744154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744154 is #8BBEAB. Grayscale: #525252. Windows color (decimal): -9158316 or 5521780. OLE color: 5521780.

HSL color Cylindrical-coordinate representation of color #744154: hue angle of 337.65º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744154 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1166584-
CMYK00.440.280.55
HSL337.65º28.18%35.49%-
HSV(B)337.65º43.97%45.49%-
XYZ10.698.139.39-
YUV82.42128.9151.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=43.77%
G=24.53%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116658400.440.280.55337.6528.1835.49
Hex74415402C1C371521c23
Octal16410112405434675223443
Binary11101001000001101010001011001110011011110101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744154; }

 p { color: rgb(116,65,84); }

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

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

 a { background-color: rgb(116,65,84); }

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

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

 span { border-color: rgb(116,65,84); }

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