#7D1E46

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

Shades of Flirt #7D1E46

Tints of Flirt #7D1E46

Color information

#7D1E46 (or 0x7D1E46) is unknown color: approx Flirt. HEX triplet: 7D, 1E and 46. RGB value is (125,30,70). Sum of RGB (Red+Green+Blue) = 125+30+70=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1E46 is #82E1B9. Grayscale: #3E3E3E. Windows color (decimal): -8577466 or 4595325. OLE color: 4595325.

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

Color convert

RGB1253070-
CMYK00.760.440.51
HSL334.74º61.29%30.39%-
HSV(B)334.74º76%49.02%-
XYZ10.035.736.37-
YUV62.96131.97172.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.56%
GREEN value IS 30 (12.11% from 255) = 13.33%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=55.56%
G=13.33%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125307000.760.440.51334.7461.2930.39
Hex7D1E4604C2C3314f3d1e
Octal17536106011454635177536
Binary11111011111010001100100110010110011001110100111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,30,70); }

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

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

 a { background-color: rgb(125,30,70); }

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

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

 span { border-color: rgb(125,30,70); }

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