#74385D

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

Shades of Finn #74385D

Tints of Finn #74385D

Color information

#74385D (or 0x74385D) is unknown color: approx Finn. HEX triplet: 74, 38 and 5D. RGB value is (116,56,93). Sum of RGB (Red+Green+Blue) = 116+56+93=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74385D is #8BC7A2. Grayscale: #4E4E4E. Windows color (decimal): -9160611 or 6109300. OLE color: 6109300.

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

Color convert

RGB1165693-
CMYK00.520.200.55
HSL323º34.88%33.73%-
HSV(B)323º51.72%45.49%-
XYZ10.597.3311.21-
YUV78.16136.38154.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=43.77%
G=21.13%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116569300.520.200.5532334.8833.73
Hex74385D03414371432322
Octal1647013506424675034342
Binary11101001110001011101011010010100110111101000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74385D; }

 p { color: rgb(116,56,93); }

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

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

 a { background-color: rgb(116,56,93); }

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

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

 span { border-color: rgb(116,56,93); }

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