#7D324A

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

Shades of Flirt #7D324A

Tints of Flirt #7D324A

Color information

#7D324A (or 0x7D324A) is unknown color: approx Flirt. HEX triplet: 7D, 32 and 4A. RGB value is (125,50,74). Sum of RGB (Red+Green+Blue) = 125+50+74=249 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.20% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 125 - color contains mainly: red. Hex color #7D324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D324A is #82CDB5. Grayscale: #4B4B4B. Windows color (decimal): -8572342 or 4862589. OLE color: 4862589.

HSL color Cylindrical-coordinate representation of color #7D324A: hue angle of 340.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D324A is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB1255074-
CMYK00.600.410.51
HSL340.8º42.86%34.31%-
HSV(B)340.8º60%49.02%-
XYZ10.837.147.28-
YUV75.16127.35163.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.20%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=50.20%
G=20.08%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125507400.600.410.51340.842.8634.31
Hex7D324A03C29331552b22
Octal1756211207451635255342
Binary111110111001010010100111100101001110011101010101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D324A; }

 p { color: rgb(125,50,74); }

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

<style>
 a { background-color: #7D324A; }

 a { background-color: rgb(125,50,74); }

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

<style>
 span { border-color: #7D324A; }

 span { border-color: rgb(125,50,74); }

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