#74324C

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

Shades of Flirt #74324C

Tints of Flirt #74324C

Color information

#74324C (or 0x74324C) is unknown color: approx Flirt. HEX triplet: 74, 32 and 4C. RGB value is (116,50,76). Sum of RGB (Red+Green+Blue) = 116+50+76=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74324C is #8BCDB3. Grayscale: #484848. Windows color (decimal): -9162164 or 4993652. OLE color: 4993652.

HSL color Cylindrical-coordinate representation of color #74324C: hue angle of 336.36º 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 #74324C is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1165076-
CMYK00.570.340.55
HSL336.36º39.76%32.55%-
HSV(B)336.36º56.9%45.49%-
XYZ9.656.527.59-
YUV72.7129.87158.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=47.93%
G=20.66%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116507600.570.340.55336.3639.7632.55
Hex74324C03922371502821
Octal1646211407142675205041
Binary111010011001010011000111001100010110111101010000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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