#7F314A

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

Shades of Flirt #7F314A

Tints of Flirt #7F314A

Color information

#7F314A (or 0x7F314A) is unknown color: approx Flirt. HEX triplet: 7F, 31 and 4A. RGB value is (127,49,74). Sum of RGB (Red+Green+Blue) = 127+49+74=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F314A is #80CEB5. Grayscale: #4B4B4B. Windows color (decimal): -8441526 or 4862335. OLE color: 4862335.

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

Color convert

RGB1274974-
CMYK00.610.420.50
HSL340.77º44.32%34.51%-
HSV(B)340.77º61.42%49.8%-
XYZ11.097.27.28-
YUV75.17127.34164.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.8%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=50.8%
G=19.6%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127497400.610.420.50340.7744.3234.51
Hex7F314A03D2A321552c23
Octal1776111207552625255443
Binary111111111000110010100111101101010110010101010101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,49,74); }

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

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

 a { background-color: rgb(127,49,74); }

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

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

 span { border-color: rgb(127,49,74); }

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