#7D294D

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

Shades of Flirt #7D294D

Tints of Flirt #7D294D

Color information

#7D294D (or 0x7D294D) is unknown color: approx Flirt. HEX triplet: 7D, 29 and 4D. RGB value is (125,41,77). Sum of RGB (Red+Green+Blue) = 125+41+77=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D294D is #82D6B2. Grayscale: #464646. Windows color (decimal): -8574643 or 5056893. OLE color: 5056893.

HSL color Cylindrical-coordinate representation of color #7D294D: hue angle of 334.29º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D294D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB1254177-
CMYK00.670.380.51
HSL334.29º50.6%32.55%-
HSV(B)334.29º67.2%49.02%-
XYZ10.596.487.71-
YUV70.22131.83167.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.44%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=51.44%
G=16.87%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125417700.670.380.51334.2950.632.55
Hex7D294D043263314e3321
Octal17551115010346635166341
Binary1111101101001100110101000011100110110011101001110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,41,77); }

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

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

 a { background-color: rgb(125,41,77); }

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

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

 span { border-color: rgb(125,41,77); }

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