#793950

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

Shades of Flirt #793950

Tints of Flirt #793950

Color information

#793950 (or 0x793950) is unknown color: approx Flirt. HEX triplet: 79, 39 and 50. RGB value is (121,57,80). Sum of RGB (Red+Green+Blue) = 121+57+80=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #793950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793950 is #86C6AF. Grayscale: #4E4E4E. Windows color (decimal): -8832688 or 5257593. OLE color: 5257593.

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

Color convert

RGB1215780-
CMYK00.530.340.53
HSL338.44º35.96%34.9%-
HSV(B)338.44º52.89%47.45%-
XYZ10.87.578.48-
YUV78.76128.7158.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=46.90%
G=22.09%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121578000.530.340.53338.4435.9634.9
Hex79395003522351522423
Octal1717112006542655224443
Binary111100111100110100000110101100010110101101010010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793950; }

 p { color: rgb(121,57,80); }

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

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

 a { background-color: rgb(121,57,80); }

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

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

 span { border-color: rgb(121,57,80); }

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