#74324D

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

Shades of Flirt #74324D

Tints of Flirt #74324D

Color information

#74324D (or 0x74324D) is unknown color: approx Flirt. HEX triplet: 74, 32 and 4D. RGB value is (116,50,77). Sum of RGB (Red+Green+Blue) = 116+50+77=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74324D is #8BCDB2. Grayscale: #484848. Windows color (decimal): -9162163 or 5059188. OLE color: 5059188.

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

Color convert

RGB1165077-
CMYK00.570.340.55
HSL335.45º39.76%32.55%-
HSV(B)335.45º56.9%45.49%-
XYZ9.686.537.77-
YUV72.81130.37158.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=47.74%
G=20.58%
B=31.69%

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
Decimal116507700.570.340.55335.4539.7632.55
Hex74324D039223714f2821
Octal1646211507142675175041
Binary111010011001010011010111001100010110111101001111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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