#74354A

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

Shades of Flirt #74354A

Tints of Flirt #74354A

Color information

#74354A (or 0x74354A) is unknown color: approx Flirt. HEX triplet: 74, 35 and 4A. RGB value is (116,53,74). Sum of RGB (Red+Green+Blue) = 116+53+74=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74354A is #8BCAB5. Grayscale: #4A4A4A. Windows color (decimal): -9161398 or 4863348. OLE color: 4863348.

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

Color convert

RGB1165374-
CMYK00.540.360.55
HSL340º37.28%33.14%-
HSV(B)340º54.31%45.49%-
XYZ9.716.757.27-
YUV74.23127.87157.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=47.74%
G=21.81%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116537400.540.360.5534037.2833.14
Hex74354A03624371542521
Octal1646511206644675244541
Binary111010011010110010100110110100100110111101010100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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