#74325A

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

Shades of Flirt #74325A

Tints of Flirt #74325A

Color information

#74325A (or 0x74325A) is unknown color: approx Flirt. HEX triplet: 74, 32 and 5A. RGB value is (116,50,90). Sum of RGB (Red+Green+Blue) = 116+50+90=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74325A is #8BCDA5. Grayscale: #4A4A4A. Windows color (decimal): -9162150 or 5911156. OLE color: 5911156.

HSL color Cylindrical-coordinate representation of color #74325A: hue angle of 323.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 #74325A is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1165090-
CMYK00.570.220.55
HSL323.64º39.76%32.55%-
HSV(B)323.64º56.9%45.49%-
XYZ10.196.7310.44-
YUV74.29136.87157.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=45.31%
G=19.53%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116509000.570.220.55323.6439.7632.55
Hex74325A03916371442821
Octal1646213207126675045041
Binary11101001100101011010011100110110110111101000100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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