#791E57

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

Shades of Flirt #791E57

Tints of Flirt #791E57

Color information

#791E57 (or 0x791E57) is unknown color: approx Flirt. HEX triplet: 79, 1E and 57. RGB value is (121,30,87). Sum of RGB (Red+Green+Blue) = 121+30+87=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #791E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791E57 is #86E1A8. Grayscale: #3F3F3F. Windows color (decimal): -8839593 or 5709433. OLE color: 5709433.

HSL color Cylindrical-coordinate representation of color #791E57: hue angle of 322.42º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791E57 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1213087-
CMYK00.750.280.53
HSL322.42º60.26%29.61%-
HSV(B)322.42º75.21%47.45%-
XYZ10.075.689.58-
YUV63.71141.15168.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.84%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=50.84%
G=12.61%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121308700.750.280.53322.4260.2629.61
Hex791E5704B1C351423c1e
Octal17136127011334655027436
Binary1111001111101010111010010111110011010110100001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791E57; }

 p { color: rgb(121,30,87); }

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

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

 a { background-color: rgb(121,30,87); }

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

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

 span { border-color: rgb(121,30,87); }

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