#7C2653

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

Shades of Flirt #7C2653

Tints of Flirt #7C2653

Color information

#7C2653 (or 0x7C2653) is unknown color: approx Flirt. HEX triplet: 7C, 26 and 53. RGB value is (124,38,83). Sum of RGB (Red+Green+Blue) = 124+38+83=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2653 is #83D9AC. Grayscale: #444444. Windows color (decimal): -8640941 or 5449340. OLE color: 5449340.

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

Color convert

RGB1243883-
CMYK00.690.330.51
HSL328.6º53.09%31.76%-
HSV(B)328.6º69.35%48.63%-
XYZ10.576.38.84-
YUV68.84135.99167.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.61%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=50.61%
G=15.51%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124388300.690.330.51328.653.0931.76
Hex7C265304521331493520
Octal17446123010541635116540
Binary1111100100110101001101000101100001110011101001001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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