#74344C

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

Shades of Flirt #74344C

Tints of Flirt #74344C

Color information

#74344C (or 0x74344C) is unknown color: approx Flirt. HEX triplet: 74, 34 and 4C. RGB value is (116,52,76). Sum of RGB (Red+Green+Blue) = 116+52+76=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74344C is #8BCBB3. Grayscale: #494949. Windows color (decimal): -9161652 or 4994164. OLE color: 4994164.

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

Color convert

RGB1165276-
CMYK00.550.340.55
HSL337.5º38.1%32.94%-
HSV(B)337.5º55.17%45.49%-
XYZ9.736.697.62-
YUV73.87129.2158.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 76 (30.08% from 255) = 31.15%
R=47.54%
G=21.31%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116527600.550.340.55337.538.132.94
Hex74344C03722371522621
Octal1646411406742675224641
Binary111010011010010011000110111100010110111101010010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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