#793055

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

Shades of Flirt #793055

Tints of Flirt #793055

Color information

#793055 (or 0x793055) is unknown color: approx Flirt. HEX triplet: 79, 30 and 55. RGB value is (121,48,85). Sum of RGB (Red+Green+Blue) = 121+48+85=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #793055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793055 is #86CFAA. Grayscale: #494949. Windows color (decimal): -8834987 or 5582969. OLE color: 5582969.

HSL color Cylindrical-coordinate representation of color #793055: hue angle of 329.59º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793055 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1214885-
CMYK00.600.300.53
HSL329.59º43.2%33.14%-
HSV(B)329.59º60.33%47.45%-
XYZ10.586.839.36-
YUV74.04134.18161.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=47.64%
G=18.90%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121488500.600.300.53329.5943.233.14
Hex79305503C1E3514a2b21
Octal1716012507436655125341
Binary11110011100001010101011110011110110101101001010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793055; }

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

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

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

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

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

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

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

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