#7E1F49

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

Shades of Flirt #7E1F49

Tints of Flirt #7E1F49

Color information

#7E1F49 (or 0x7E1F49) is unknown color: approx Flirt. HEX triplet: 7E, 1F and 49. RGB value is (126,31,73). Sum of RGB (Red+Green+Blue) = 126+31+73=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1F49 is #81E0B6. Grayscale: #404040. Windows color (decimal): -8511671 or 4792190. OLE color: 4792190.

HSL color Cylindrical-coordinate representation of color #7E1F49: hue angle of 333.47º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E1F49 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB1263173-
CMYK00.750.420.51
HSL333.47º60.51%30.78%-
HSV(B)333.47º75.4%49.41%-
XYZ10.35.96.9-
YUV64.19132.97172.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 54.78%
GREEN value IS 31 (12.5% from 255) = 13.48%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=54.78%
G=13.48%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126317300.750.420.51333.4760.5130.78
Hex7E1F4904B2A3314d3d1f
Octal17637111011352635157537
Binary11111101111110010010100101110101011001110100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,31,73); }

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

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

 a { background-color: rgb(126,31,73); }

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

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

 span { border-color: rgb(126,31,73); }

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