#7F3B57

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

Shades of Flirt #7F3B57

Tints of Flirt #7F3B57

Color information

#7F3B57 (or 0x7F3B57) is unknown color: approx Flirt. HEX triplet: 7F, 3B and 57. RGB value is (127,59,87). Sum of RGB (Red+Green+Blue) = 127+59+87=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3B57 is #80C4A8. Grayscale: #525252. Windows color (decimal): -8438953 or 5716863. OLE color: 5716863.

HSL color Cylindrical-coordinate representation of color #7F3B57: hue angle of 335.29º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F3B57 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1275987-
CMYK00.540.310.50
HSL335.29º36.56%36.47%-
HSV(B)335.29º53.54%49.8%-
XYZ12.048.339.99-
YUV82.52130.53159.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 59 (23.44% from 255) = 21.61%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=46.52%
G=21.61%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127598700.540.310.50335.2936.5636.47
Hex7F3B570361F3214f2524
Octal1777312706637625174544
Binary11111111110111010111011011011111110010101001111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,59,87); }

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

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

 a { background-color: rgb(127,59,87); }

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

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

 span { border-color: rgb(127,59,87); }

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