#74354C

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

Shades of Flirt #74354C

Tints of Flirt #74354C

Color information

#74354C (or 0x74354C) is unknown color: approx Flirt. HEX triplet: 74, 35 and 4C. RGB value is (116,53,76). Sum of RGB (Red+Green+Blue) = 116+53+76=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74354C is #8BCAB3. Grayscale: #4A4A4A. Windows color (decimal): -9161396 or 4994420. OLE color: 4994420.

HSL color Cylindrical-coordinate representation of color #74354C: hue angle of 338.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74354C is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1165376-
CMYK00.540.340.55
HSL338.1º37.28%33.14%-
HSV(B)338.1º54.31%45.49%-
XYZ9.786.787.63-
YUV74.46128.87157.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=47.35%
G=21.63%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116537600.540.340.55338.137.2833.14
Hex74354C03622371522521
Octal1646511406642675224541
Binary111010011010110011000110110100010110111101010010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,53,76); }

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

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

 a { background-color: rgb(116,53,76); }

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

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

 span { border-color: rgb(116,53,76); }

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