#7C385D

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

Shades of Flirt #7C385D

Tints of Flirt #7C385D

Color information

#7C385D (or 0x7C385D) is unknown color: approx Flirt. HEX triplet: 7C, 38 and 5D. RGB value is (124,56,93). Sum of RGB (Red+Green+Blue) = 124+56+93=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C385D is #83C7A2. Grayscale: #505050. Windows color (decimal): -8636323 or 6109308. OLE color: 6109308.

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

Color convert

RGB1245693-
CMYK00.550.250.51
HSL327.35º37.78%35.29%-
HSV(B)327.35º54.84%48.63%-
XYZ11.77.911.26-
YUV80.55135.03158.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.42%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=45.42%
G=20.51%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124569300.550.250.51327.3537.7835.29
Hex7C385D03719331472623
Octal1747013506731635074643
Binary11111001110001011101011011111001110011101000111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,56,93); }

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

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

 a { background-color: rgb(124,56,93); }

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

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

 span { border-color: rgb(124,56,93); }

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