#7F2349

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

Shades of Flirt #7F2349

Tints of Flirt #7F2349

Color information

#7F2349 (or 0x7F2349) is unknown color: approx Flirt. HEX triplet: 7F, 23 and 49. RGB value is (127,35,73). Sum of RGB (Red+Green+Blue) = 127+35+73=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2349 is #80DCB6. Grayscale: #424242. Windows color (decimal): -8445111 or 4793215. OLE color: 4793215.

HSL color Cylindrical-coordinate representation of color #7F2349: hue angle of 335.22º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F2349 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1273573-
CMYK00.720.430.50
HSL335.22º56.79%31.76%-
HSV(B)335.22º72.44%49.8%-
XYZ10.566.26.94-
YUV66.84131.48170.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.04%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=54.04%
G=14.89%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127357300.720.430.50335.2256.7931.76
Hex7F23490482B3214f3920
Octal17743111011053625177140
Binary1111111100011100100101001000101011110010101001111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,35,73); }

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

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

 a { background-color: rgb(127,35,73); }

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

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

 span { border-color: rgb(127,35,73); }

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