#7C244C

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

Shades of Flirt #7C244C

Tints of Flirt #7C244C

Color information

#7C244C (or 0x7C244C) is unknown color: approx Flirt. HEX triplet: 7C, 24 and 4C. RGB value is (124,36,76). Sum of RGB (Red+Green+Blue) = 124+36+76=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C244C is #83DBB3. Grayscale: #424242. Windows color (decimal): -8641460 or 4990076. OLE color: 4990076.

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

Color convert

RGB1243676-
CMYK00.710.390.51
HSL332.73º55%31.37%-
HSV(B)332.73º70.97%48.63%-
XYZ10.256.077.47-
YUV66.87133.15168.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.54%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=52.54%
G=15.25%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124367600.710.390.51332.735531.37
Hex7C244C047273314d371f
Octal17444114010747635156737
Binary111110010010010011000100011110011111001110100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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