#74385C

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

Shades of Finn #74385C

Tints of Finn #74385C

Color information

#74385C (or 0x74385C) is unknown color: approx Finn. HEX triplet: 74, 38 and 5C. RGB value is (116,56,92). Sum of RGB (Red+Green+Blue) = 116+56+92=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74385C is #8BC7A3. Grayscale: #4D4D4D. Windows color (decimal): -9160612 or 6043764. OLE color: 6043764.

HSL color Cylindrical-coordinate representation of color #74385C: hue angle of 324º 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 #74385C is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1165692-
CMYK00.520.210.55
HSL324º34.88%33.73%-
HSV(B)324º51.72%45.49%-
XYZ10.557.3110.98-
YUV78.04135.88155.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=43.94%
G=21.21%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116569200.520.210.5532434.8833.73
Hex74385C03415371442322
Octal1647013406425675044342
Binary11101001110001011100011010010101110111101000100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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