#7D284E

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

Shades of Flirt #7D284E

Tints of Flirt #7D284E

Color information

#7D284E (or 0x7D284E) is unknown color: approx Flirt. HEX triplet: 7D, 28 and 4E. RGB value is (125,40,78). Sum of RGB (Red+Green+Blue) = 125+40+78=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D284E is #82D7B1. Grayscale: #454545. Windows color (decimal): -8574898 or 5122173. OLE color: 5122173.

HSL color Cylindrical-coordinate representation of color #7D284E: hue angle of 333.18º 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 #7D284E is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB1254078-
CMYK00.680.380.51
HSL333.18º51.52%32.35%-
HSV(B)333.18º68%49.02%-
XYZ10.596.437.89-
YUV69.75132.66167.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.44%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=51.44%
G=16.46%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125407800.680.380.51333.1851.5232.35
Hex7D284E044263314d3420
Octal17550116010446635156440
Binary1111101101000100111001000100100110110011101001101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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