#7C245D

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

Shades of Flirt #7C245D

Tints of Flirt #7C245D

Color information

#7C245D (or 0x7C245D) is unknown color: approx Flirt. HEX triplet: 7C, 24 and 5D. RGB value is (124,36,93). Sum of RGB (Red+Green+Blue) = 124+36+93=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C245D is #83DBA2. Grayscale: #444444. Windows color (decimal): -8641443 or 6104188. OLE color: 6104188.

HSL color Cylindrical-coordinate representation of color #7C245D: hue angle of 321.14º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C245D is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB1243693-
CMYK00.710.250.51
HSL321.14º55%31.37%-
HSV(B)321.14º70.97%48.63%-
XYZ10.926.3411-
YUV68.81141.65167.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.01%
GREEN value IS 36 (14.45% from 255) = 14.23%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=49.01%
G=14.23%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124369300.710.250.51321.145531.37
Hex7C245D0471933141371f
Octal17444135010731635016737
Binary11111001001001011101010001111100111001110100000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,36,93); }

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

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

 a { background-color: rgb(124,36,93); }

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

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

 span { border-color: rgb(124,36,93); }

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