#7C395B

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

Shades of Flirt #7C395B

Tints of Flirt #7C395B

Color information

#7C395B (or 0x7C395B) is unknown color: approx Flirt. HEX triplet: 7C, 39 and 5B. RGB value is (124,57,91). Sum of RGB (Red+Green+Blue) = 124+57+91=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C395B is #83C6A4. Grayscale: #505050. Windows color (decimal): -8636069 or 5978492. OLE color: 5978492.

HSL color Cylindrical-coordinate representation of color #7C395B: hue angle of 329.55º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C395B is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB1245791-
CMYK00.540.270.51
HSL329.55º37.02%35.49%-
HSV(B)329.55º54.03%48.63%-
XYZ11.667.9710.82-
YUV80.91133.7158.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.59%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=45.59%
G=20.96%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124579100.540.270.51329.5537.0235.49
Hex7C395B0361B3314a2523
Octal1747113306633635124543
Binary11111001110011011011011011011011110011101001010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,91); }

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

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

 a { background-color: rgb(124,57,91); }

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

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

 span { border-color: rgb(124,57,91); }

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