#744152

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

Shades of Finn #744152

Tints of Finn #744152

Color information

#744152 (or 0x744152) is unknown color: approx Finn. HEX triplet: 74, 41 and 52. RGB value is (116,65,82). Sum of RGB (Red+Green+Blue) = 116+65+82=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #744152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744152 is #8BBEAD. Grayscale: #525252. Windows color (decimal): -9158318 or 5390708. OLE color: 5390708.

HSL color Cylindrical-coordinate representation of color #744152: hue angle of 340º 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 #744152 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1166582-
CMYK00.440.290.55
HSL340º28.18%35.49%-
HSV(B)340º43.97%45.49%-
XYZ10.628.18.99-
YUV82.19127.9152.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=44.11%
G=24.71%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116658200.440.290.5534028.1835.49
Hex74415202C1D371541c23
Octal16410112205435675243443
Binary11101001000001101001001011001110111011110101010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744152; }

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

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

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

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

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

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

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

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