#7F2946

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

Shades of Flirt #7F2946

Tints of Flirt #7F2946

Color information

#7F2946 (or 0x7F2946) is unknown color: approx Flirt. HEX triplet: 7F, 29 and 46. RGB value is (127,41,70). Sum of RGB (Red+Green+Blue) = 127+41+70=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2946 is #80D6B9. Grayscale: #454545. Windows color (decimal): -8443578 or 4598143. OLE color: 4598143.

HSL color Cylindrical-coordinate representation of color #7F2946: hue angle of 339.77º 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 #7F2946 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB1274170-
CMYK00.680.450.50
HSL339.77º51.19%32.94%-
HSV(B)339.77º67.72%49.8%-
XYZ10.656.546.5-
YUV70.02127.99168.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.36%
GREEN value IS 41 (16.41% from 255) = 17.23%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=53.36%
G=17.23%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127417000.680.450.50339.7751.1932.94
Hex7F29460442D321543321
Octal17751106010455625246341
Binary1111111101001100011001000100101101110010101010100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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