#74324F

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

Shades of Flirt #74324F

Tints of Flirt #74324F

Color information

#74324F (or 0x74324F) is unknown color: approx Flirt. HEX triplet: 74, 32 and 4F. RGB value is (116,50,79). Sum of RGB (Red+Green+Blue) = 116+50+79=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74324F is #8BCDB0. Grayscale: #484848. Windows color (decimal): -9162161 or 5190260. OLE color: 5190260.

HSL color Cylindrical-coordinate representation of color #74324F: hue angle of 333.64º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74324F is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1165079-
CMYK00.570.320.55
HSL333.64º39.76%32.55%-
HSV(B)333.64º56.9%45.49%-
XYZ9.756.568.15-
YUV73.04131.37158.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=47.35%
G=20.41%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116507900.570.320.55333.6439.7632.55
Hex74324F039203714e2821
Octal1646211707140675165041
Binary111010011001010011110111001100000110111101001110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74324F; }

 p { color: rgb(116,50,79); }

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

<style>
 a { background-color: #74324F; }

 a { background-color: rgb(116,50,79); }

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

<style>
 span { border-color: #74324F; }

 span { border-color: rgb(116,50,79); }

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