#7F3955

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

Shades of Flirt #7F3955

Tints of Flirt #7F3955

Color information

#7F3955 (or 0x7F3955) is unknown color: approx Flirt. HEX triplet: 7F, 39 and 55. RGB value is (127,57,85). Sum of RGB (Red+Green+Blue) = 127+57+85=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3955 is #80C6AA. Grayscale: #515151. Windows color (decimal): -8439467 or 5585279. OLE color: 5585279.

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

Color convert

RGB1275785-
CMYK00.550.330.50
HSL336º38.04%36.08%-
HSV(B)336º55.12%49.8%-
XYZ11.868.099.53-
YUV81.12130.19160.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.21%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=47.21%
G=21.19%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127578500.550.330.5033638.0436.08
Hex7F395503721321502624
Octal1777112506741625204644
Binary111111111100110101010110111100001110010101010000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,57,85); }

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

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

 a { background-color: rgb(127,57,85); }

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

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

 span { border-color: rgb(127,57,85); }

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