#7F324F

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

Shades of Flirt #7F324F

Tints of Flirt #7F324F

Color information

#7F324F (or 0x7F324F) is unknown color: approx Flirt. HEX triplet: 7F, 32 and 4F. RGB value is (127,50,79). Sum of RGB (Red+Green+Blue) = 127+50+79=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F324F is #80CDB0. Grayscale: #4C4C4C. Windows color (decimal): -8441265 or 5190271. OLE color: 5190271.

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

Color convert

RGB1275079-
CMYK00.610.380.50
HSL337.4º43.5%34.71%-
HSV(B)337.4º60.63%49.8%-
XYZ11.37.368.22-
YUV76.33129.51164.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.61%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=49.61%
G=19.53%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127507900.610.380.50337.443.534.71
Hex7F324F03D26321512c23
Octal1776211707546625215443
Binary111111111001010011110111101100110110010101010001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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