#7F284A

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

Shades of Flirt #7F284A

Tints of Flirt #7F284A

Color information

#7F284A (or 0x7F284A) is unknown color: approx Flirt. HEX triplet: 7F, 28 and 4A. RGB value is (127,40,74). Sum of RGB (Red+Green+Blue) = 127+40+74=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F284A is #80D7B5. Grayscale: #454545. Windows color (decimal): -8443830 or 4860031. OLE color: 4860031.

HSL color Cylindrical-coordinate representation of color #7F284A: hue angle of 336.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F284A is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB1274074-
CMYK00.690.420.50
HSL336.55º52.1%32.75%-
HSV(B)336.55º68.5%49.8%-
XYZ10.756.527.17-
YUV69.89130.32168.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.70%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=52.70%
G=16.60%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127407400.690.420.50336.5552.132.75
Hex7F284A0452A321513421
Octal17750112010552625216441
Binary1111111101000100101001000101101010110010101010001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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