#7C3A59

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

Shades of Flirt #7C3A59

Tints of Flirt #7C3A59

Color information

#7C3A59 (or 0x7C3A59) is unknown color: approx Flirt. HEX triplet: 7C, 3A and 59. RGB value is (124,58,89). Sum of RGB (Red+Green+Blue) = 124+58+89=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3A59 is #83C5A6. Grayscale: #515151. Windows color (decimal): -8635815 or 5847676. OLE color: 5847676.

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

Color convert

RGB1245889-
CMYK00.530.280.51
HSL331.82º36.26%35.69%-
HSV(B)331.82º53.23%48.63%-
XYZ11.638.0310.39-
YUV81.27132.37158.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.76%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=45.76%
G=21.40%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124588900.530.280.51331.8236.2635.69
Hex7C3A590351C3314c2424
Octal1747213106534635144444
Binary11111001110101011001011010111100110011101001100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,58,89); }

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

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

 a { background-color: rgb(124,58,89); }

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

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

 span { border-color: rgb(124,58,89); }

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