#792D4F

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

Shades of Flirt #792D4F

Tints of Flirt #792D4F

Color information

#792D4F (or 0x792D4F) is unknown color: approx Flirt. HEX triplet: 79, 2D and 4F. RGB value is (121,45,79). Sum of RGB (Red+Green+Blue) = 121+45+79=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #792D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D4F is #86D2B0. Grayscale: #474747. Windows color (decimal): -8835761 or 5188985. OLE color: 5188985.

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

Color convert

RGB1214579-
CMYK00.630.350.53
HSL333.16º45.78%32.55%-
HSV(B)333.16º62.81%47.45%-
XYZ10.236.518.11-
YUV71.6132.18163.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=49.39%
G=18.37%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121457900.630.350.53333.1645.7832.55
Hex792D4F03F233514d2e21
Octal1715511707743655155641
Binary111100110110110011110111111100011110101101001101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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