#793555

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

Shades of Flirt #793555

Tints of Flirt #793555

Color information

#793555 (or 0x793555) is unknown color: approx Flirt. HEX triplet: 79, 35 and 55. RGB value is (121,53,85). Sum of RGB (Red+Green+Blue) = 121+53+85=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #793555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793555 is #86CAAA. Grayscale: #4C4C4C. Windows color (decimal): -8833707 or 5584249. OLE color: 5584249.

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

Color convert

RGB1215385-
CMYK00.560.300.53
HSL331.76º39.08%34.12%-
HSV(B)331.76º56.2%47.45%-
XYZ10.87.279.43-
YUV76.98132.53159.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.72%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=46.72%
G=20.46%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121538500.560.300.53331.7639.0834.12
Hex7935550381E3514c2722
Octal1716512507036655144742
Binary11110011101011010101011100011110110101101001100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793555; }

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

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

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

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

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

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

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

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