#7D325F

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

Shades of Flirt #7D325F

Tints of Flirt #7D325F

Color information

#7D325F (or 0x7D325F) is unknown color: approx Flirt. HEX triplet: 7D, 32 and 5F. RGB value is (125,50,95). Sum of RGB (Red+Green+Blue) = 125+50+95=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D325F is #82CDA0. Grayscale: #4D4D4D. Windows color (decimal): -8572321 or 6238845. OLE color: 6238845.

HSL color Cylindrical-coordinate representation of color #7D325F: hue angle of 324º 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 #7D325F is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB1255095-
CMYK00.600.240.51
HSL324º42.86%34.31%-
HSV(B)324º60%49.02%-
XYZ11.667.4711.65-
YUV77.55137.85161.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.30%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=46.30%
G=18.52%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125509500.600.240.5132442.8634.31
Hex7D325F03C18331442b22
Octal1756213707430635045342
Binary11111011100101011111011110011000110011101000100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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