#7F274F

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

Shades of Flirt #7F274F

Tints of Flirt #7F274F

Color information

#7F274F (or 0x7F274F) is unknown color: approx Flirt. HEX triplet: 7F, 27 and 4F. RGB value is (127,39,79). Sum of RGB (Red+Green+Blue) = 127+39+79=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F274F is #80D8B0. Grayscale: #454545. Windows color (decimal): -8444081 or 5187455. OLE color: 5187455.

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

Color convert

RGB1273979-
CMYK00.690.380.50
HSL332.73º53.01%32.55%-
HSV(B)332.73º69.29%49.8%-
XYZ10.896.538.08-
YUV69.87133.15168.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.84%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=51.84%
G=15.92%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127397900.690.380.50332.7353.0132.55
Hex7F274F045263214d3521
Octal17747117010546625156541
Binary1111111100111100111101000101100110110010101001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,39,79); }

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

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

 a { background-color: rgb(127,39,79); }

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

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

 span { border-color: rgb(127,39,79); }

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