#7F2A47

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

Shades of Flirt #7F2A47

Tints of Flirt #7F2A47

Color information

#7F2A47 (or 0x7F2A47) is unknown color: approx Flirt. HEX triplet: 7F, 2A and 47. RGB value is (127,42,71). Sum of RGB (Red+Green+Blue) = 127+42+71=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2A47 is #80D5B8. Grayscale: #464646. Windows color (decimal): -8443321 or 4663935. OLE color: 4663935.

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

Color convert

RGB1274271-
CMYK00.670.440.50
HSL339.53º50.3%33.14%-
HSV(B)339.53º66.93%49.8%-
XYZ10.726.626.67-
YUV70.72128.16168.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.92%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=52.92%
G=17.5%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127427100.670.440.50339.5350.333.14
Hex7F2A470432C321543221
Octal17752107010354625246241
Binary1111111101010100011101000011101100110010101010100110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,42,71); }

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

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

 a { background-color: rgb(127,42,71); }

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

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

 span { border-color: rgb(127,42,71); }

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