#793360

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

Shades of Flirt #793360

Tints of Flirt #793360

Color information

#793360 (or 0x793360) is unknown color: approx Flirt. HEX triplet: 79, 33 and 60. RGB value is (121,51,96). Sum of RGB (Red+Green+Blue) = 121+51+96=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #793360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793360 is #86CC9F. Grayscale: #4C4C4C. Windows color (decimal): -8834208 or 6304633. OLE color: 6304633.

HSL color Cylindrical-coordinate representation of color #793360: hue angle of 321.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #793360 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1215196-
CMYK00.580.210.53
HSL321.43º40.7%33.73%-
HSV(B)321.43º57.85%47.45%-
XYZ11.187.2811.88-
YUV77.06138.69159.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 51 (20.31% from 255) = 19.03%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=45.15%
G=19.03%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121519600.580.210.53321.4340.733.73
Hex79336003A15351412922
Octal1716314007225655015142
Binary11110011100111100000011101010101110101101000001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793360; }

 p { color: rgb(121,51,96); }

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

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

 a { background-color: rgb(121,51,96); }

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

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

 span { border-color: rgb(121,51,96); }

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