#7C2340

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

Shades of Flirt #7C2340

Tints of Flirt #7C2340

Color information

#7C2340 (or 0x7C2340) is unknown color: approx Flirt. HEX triplet: 7C, 23 and 40. RGB value is (124,35,64). Sum of RGB (Red+Green+Blue) = 124+35+64=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2340 is #83DCBF. Grayscale: #404040. Windows color (decimal): -8641728 or 4203388. OLE color: 4203388.

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

Color convert

RGB1243564-
CMYK00.720.480.51
HSL340.45º55.97%31.18%-
HSV(B)340.45º71.77%48.63%-
XYZ9.845.865.46-
YUV64.92127.49170.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.61%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=55.61%
G=15.70%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124356400.720.480.51340.4555.9731.18
Hex7C23400483033154381f
Octal17443100011060635247037
Binary111110010001110000000100100011000011001110101010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,35,64); }

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

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

 a { background-color: rgb(124,35,64); }

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

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

 span { border-color: rgb(124,35,64); }

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