#793A55

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

Shades of Flirt #793A55

Tints of Flirt #793A55

Color information

#793A55 (or 0x793A55) is unknown color: approx Flirt. HEX triplet: 79, 3A and 55. RGB value is (121,58,85). Sum of RGB (Red+Green+Blue) = 121+58+85=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #793A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793A55 is #86C5AA. Grayscale: #4F4F4F. Windows color (decimal): -8832427 or 5585529. OLE color: 5585529.

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

Color convert

RGB1215885-
CMYK00.520.300.53
HSL334.29º35.2%35.1%-
HSV(B)334.29º52.07%47.45%-
XYZ11.047.759.51-
YUV79.91130.87157.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=45.83%
G=21.97%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121588500.520.300.53334.2935.235.1
Hex793A550341E3514e2323
Octal1717212506436655164343
Binary11110011110101010101011010011110110101101001110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793A55; }

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

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

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

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

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

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

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

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