#7C2751

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

Shades of Flirt #7C2751

Tints of Flirt #7C2751

Color information

#7C2751 (or 0x7C2751) is unknown color: approx Flirt. HEX triplet: 7C, 27 and 51. RGB value is (124,39,81). Sum of RGB (Red+Green+Blue) = 124+39+81=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2751 is #83D8AE. Grayscale: #454545. Windows color (decimal): -8640687 or 5318524. OLE color: 5318524.

HSL color Cylindrical-coordinate representation of color #7C2751: hue angle of 330.35º degrees, saturation: 0.52, 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 #7C2751 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB1243981-
CMYK00.690.350.51
HSL330.35º52.15%31.96%-
HSV(B)330.35º68.55%48.63%-
XYZ10.526.338.45-
YUV69.2134.66167.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.82%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=50.82%
G=15.98%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124398100.690.350.51330.3552.1531.96
Hex7C2751045233314a3420
Octal17447121010543635126440
Binary1111100100111101000101000101100011110011101001010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,39,81); }

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

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

 a { background-color: rgb(124,39,81); }

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

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

 span { border-color: rgb(124,39,81); }

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