#7F294B

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

Shades of Flirt #7F294B

Tints of Flirt #7F294B

Color information

#7F294B (or 0x7F294B) is unknown color: approx Flirt. HEX triplet: 7F, 29 and 4B. RGB value is (127,41,75). Sum of RGB (Red+Green+Blue) = 127+41+75=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F294B is #80D6B4. Grayscale: #464646. Windows color (decimal): -8443573 or 4925823. OLE color: 4925823.

HSL color Cylindrical-coordinate representation of color #7F294B: hue angle of 336.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F294B is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1274175-
CMYK00.680.410.50
HSL336.28º51.19%32.94%-
HSV(B)336.28º67.72%49.8%-
XYZ10.826.617.36-
YUV70.59130.49168.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.26%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=52.26%
G=16.87%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127417500.680.410.50336.2851.1932.94
Hex7F294B04429321503321
Octal17751113010451625206341
Binary1111111101001100101101000100101001110010101010000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,41,75); }

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

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

 a { background-color: rgb(127,41,75); }

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

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

 span { border-color: rgb(127,41,75); }

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