#792D49

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

Shades of Flirt #792D49

Tints of Flirt #792D49

Color information

#792D49 (or 0x792D49) is unknown color: approx Flirt. HEX triplet: 79, 2D and 49. RGB value is (121,45,73). Sum of RGB (Red+Green+Blue) = 121+45+73=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #792D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792D49 is #86D2B6. Grayscale: #464646. Windows color (decimal): -8835767 or 4795769. OLE color: 4795769.

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

Color convert

RGB1214573-
CMYK00.630.400.53
HSL337.89º45.78%32.55%-
HSV(B)337.89º62.81%47.45%-
XYZ10.036.427.01-
YUV70.92129.18163.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.63%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=50.63%
G=18.83%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121457300.630.400.53337.8945.7832.55
Hex792D4903F28351522e21
Octal1715511107750655225641
Binary111100110110110010010111111101000110101101010010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,45,73); }

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

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

 a { background-color: rgb(121,45,73); }

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

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

 span { border-color: rgb(121,45,73); }

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