#744153

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

Shades of Finn #744153

Tints of Finn #744153

Color information

#744153 (or 0x744153) is unknown color: approx Finn. HEX triplet: 74, 41 and 53. RGB value is (116,65,83). Sum of RGB (Red+Green+Blue) = 116+65+83=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #744153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744153 is #8BBEAC. Grayscale: #525252. Windows color (decimal): -9158317 or 5456244. OLE color: 5456244.

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

Color convert

RGB1166583-
CMYK00.440.280.55
HSL338.82º28.18%35.49%-
HSV(B)338.82º43.97%45.49%-
XYZ10.658.129.19-
YUV82.3128.4152.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 83 (32.81% from 255) = 31.44%
R=43.94%
G=24.62%
B=31.44%

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
Decimal116658300.440.280.55338.8228.1835.49
Hex74415302C1C371531c23
Octal16410112305434675233443
Binary11101001000001101001101011001110011011110101001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744153; }

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

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

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

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

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

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

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

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