#793C55

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

Shades of Flirt #793C55

Tints of Flirt #793C55

Color information

#793C55 (or 0x793C55) is unknown color: approx Flirt. HEX triplet: 79, 3C and 55. RGB value is (121,60,85). Sum of RGB (Red+Green+Blue) = 121+60+85=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #793C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793C55 is #86C3AA. Grayscale: #515151. Windows color (decimal): -8831915 or 5586041. OLE color: 5586041.

HSL color Cylindrical-coordinate representation of color #793C55: hue angle of 335.41º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #793C55 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1216085-
CMYK00.500.300.53
HSL335.41º33.7%35.49%-
HSV(B)335.41º50.41%47.45%-
XYZ11.147.959.54-
YUV81.09130.21156.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=45.49%
G=22.56%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121608500.500.300.53335.4133.735.49
Hex793C550321E3514f2223
Octal1717412506236655174243
Binary11110011111001010101011001011110110101101001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793C55; }

 p { color: rgb(121,60,85); }

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

<style>
 a { background-color: #793C55; }

 a { background-color: rgb(121,60,85); }

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

<style>
 span { border-color: #793C55; }

 span { border-color: rgb(121,60,85); }

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