#7C2647

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

Shades of Flirt #7C2647

Tints of Flirt #7C2647

Color information

#7C2647 (or 0x7C2647) is unknown color: approx Flirt. HEX triplet: 7C, 26 and 47. RGB value is (124,38,71). Sum of RGB (Red+Green+Blue) = 124+38+71=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2647 is #83D9B8. Grayscale: #434343. Windows color (decimal): -8640953 or 4662908. OLE color: 4662908.

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

Color convert

RGB1243871-
CMYK00.690.430.51
HSL336.98º53.09%31.76%-
HSV(B)336.98º69.35%48.63%-
XYZ10.146.136.61-
YUV67.48129.99168.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.22%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 71 (28.12% from 255) = 30.47%
R=53.22%
G=16.31%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124387100.690.430.51336.9853.0931.76
Hex7C26470452B331513520
Octal17446107010553635216540
Binary1111100100110100011101000101101011110011101010001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,38,71); }

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

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

 a { background-color: rgb(124,38,71); }

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

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

 span { border-color: rgb(124,38,71); }

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