#792E4F

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

Shades of Flirt #792E4F

Tints of Flirt #792E4F

Color information

#792E4F (or 0x792E4F) is unknown color: approx Flirt. HEX triplet: 79, 2E and 4F. RGB value is (121,46,79). Sum of RGB (Red+Green+Blue) = 121+46+79=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #792E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792E4F is #86D1B0. Grayscale: #484848. Windows color (decimal): -8835505 or 5189241. OLE color: 5189241.

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

Color convert

RGB1214679-
CMYK00.620.350.53
HSL333.6º44.91%32.75%-
HSV(B)333.6º61.98%47.45%-
XYZ10.276.588.13-
YUV72.19131.85162.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=49.19%
G=18.70%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121467900.620.350.53333.644.9132.75
Hex792E4F03E233514e2d21
Octal1715611707643655165541
Binary111100110111010011110111110100011110101101001110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792E4F; }

 p { color: rgb(121,46,79); }

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

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

 a { background-color: rgb(121,46,79); }

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

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

 span { border-color: rgb(121,46,79); }

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