#74415A

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

Shades of Finn #74415A

Tints of Finn #74415A

Color information

#74415A (or 0x74415A) is unknown color: approx Finn. HEX triplet: 74, 41 and 5A. RGB value is (116,65,90). Sum of RGB (Red+Green+Blue) = 116+65+90=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #74415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74415A is #8BBEA5. Grayscale: #535353. Windows color (decimal): -9158310 or 5914996. OLE color: 5914996.

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

Color convert

RGB1166590-
CMYK00.440.220.55
HSL330.59º28.18%35.49%-
HSV(B)330.59º43.97%45.49%-
XYZ10.948.2310.69-
YUV83.1131.9151.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=42.80%
G=23.99%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116659000.440.220.55330.5928.1835.49
Hex74415A02C163714b1c23
Octal16410113205426675133443
Binary11101001000001101101001011001011011011110100101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74415A; }

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

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

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

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

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

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

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

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