#7F3A55

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

Shades of Flirt #7F3A55

Tints of Flirt #7F3A55

Color information

#7F3A55 (or 0x7F3A55) is unknown color: approx Flirt. HEX triplet: 7F, 3A and 55. RGB value is (127,58,85). Sum of RGB (Red+Green+Blue) = 127+58+85=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3A55 is #80C5AA. Grayscale: #515151. Windows color (decimal): -8439211 or 5585535. OLE color: 5585535.

HSL color Cylindrical-coordinate representation of color #7F3A55: hue angle of 336.52º 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 #7F3A55 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB1275885-
CMYK00.540.330.50
HSL336.52º37.3%36.27%-
HSV(B)336.52º54.33%49.8%-
XYZ11.918.199.55-
YUV81.71129.86160.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.04%
GREEN value IS 58 (23.05% from 255) = 21.48%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=47.04%
G=21.48%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127588500.540.330.50336.5237.336.27
Hex7F3A5503621321512524
Octal1777212506641625214544
Binary111111111101010101010110110100001110010101010001100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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