#792D50

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

Shades of Flirt #792D50

Tints of Flirt #792D50

Color information

#792D50 (or 0x792D50) is unknown color: approx Flirt. HEX triplet: 79, 2D and 50. RGB value is (121,45,80). Sum of RGB (Red+Green+Blue) = 121+45+80=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #792D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D50 is #86D2AF. Grayscale: #474747. Windows color (decimal): -8835760 or 5254521. OLE color: 5254521.

HSL color Cylindrical-coordinate representation of color #792D50: hue angle of 332.37º 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 #792D50 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1214580-
CMYK00.630.340.53
HSL332.37º45.78%32.55%-
HSV(B)332.37º62.81%47.45%-
XYZ10.276.528.31-
YUV71.71132.68163.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=49.19%
G=18.29%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121458000.630.340.53332.3745.7832.55
Hex792D5003F223514c2e21
Octal1715512007742655145641
Binary111100110110110100000111111100010110101101001100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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