#7D284A

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

Shades of Flirt #7D284A

Tints of Flirt #7D284A

Color information

#7D284A (or 0x7D284A) is unknown color: approx Flirt. HEX triplet: 7D, 28 and 4A. RGB value is (125,40,74). Sum of RGB (Red+Green+Blue) = 125+40+74=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D284A is #82D7B5. Grayscale: #454545. Windows color (decimal): -8574902 or 4860029. OLE color: 4860029.

HSL color Cylindrical-coordinate representation of color #7D284A: hue angle of 336º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D284A is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB1254074-
CMYK00.680.410.51
HSL336º51.52%32.35%-
HSV(B)336º68%49.02%-
XYZ10.456.377.16-
YUV69.29130.66167.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.30%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=52.30%
G=16.74%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125407400.680.410.5133651.5232.35
Hex7D284A04429331503420
Octal17550112010451635206440
Binary1111101101000100101001000100101001110011101010000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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