#7F2E4C

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

Shades of Flirt #7F2E4C

Tints of Flirt #7F2E4C

Color information

#7F2E4C (or 0x7F2E4C) is unknown color: approx Flirt. HEX triplet: 7F, 2E and 4C. RGB value is (127,46,76). Sum of RGB (Red+Green+Blue) = 127+46+76=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2E4C is #80D1B3. Grayscale: #494949. Windows color (decimal): -8442292 or 4992639. OLE color: 4992639.

HSL color Cylindrical-coordinate representation of color #7F2E4C: hue angle of 337.78º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F2E4C is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB1274676-
CMYK00.640.400.50
HSL337.78º46.82%33.92%-
HSV(B)337.78º63.78%49.8%-
XYZ11.036.997.6-
YUV73.64129.34166.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.00%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=51.00%
G=18.47%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127467600.640.400.50337.7846.8233.92
Hex7F2E4C04028321522f22
Octal17756114010050625225742
Binary1111111101110100110001000000101000110010101010010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,46,76); }

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

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

 a { background-color: rgb(127,46,76); }

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

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

 span { border-color: rgb(127,46,76); }

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