#793351

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

Shades of Flirt #793351

Tints of Flirt #793351

Color information

#793351 (or 0x793351) is unknown color: approx Flirt. HEX triplet: 79, 33 and 51. RGB value is (121,51,81). Sum of RGB (Red+Green+Blue) = 121+51+81=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 121 - color contains mainly: red. Hex color #793351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793351 is #86CCAE. Grayscale: #4B4B4B. Windows color (decimal): -8834223 or 5321593. OLE color: 5321593.

HSL color Cylindrical-coordinate representation of color #793351: hue angle of 334.29º 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 #793351 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1215181-
CMYK00.580.330.53
HSL334.29º40.7%33.73%-
HSV(B)334.29º57.85%47.45%-
XYZ10.557.038.58-
YUV75.35131.19160.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.83%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=47.83%
G=20.16%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121518100.580.330.53334.2940.733.73
Hex79335103A213514e2922
Octal1716312107241655165142
Binary111100111001110100010111010100001110101101001110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793351; }

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

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

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

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

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

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

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

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