#792D53

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

Shades of Flirt #792D53

Tints of Flirt #792D53

Color information

#792D53 (or 0x792D53) is unknown color: approx Flirt. HEX triplet: 79, 2D and 53. RGB value is (121,45,83). Sum of RGB (Red+Green+Blue) = 121+45+83=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #792D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D53 is #86D2AC. Grayscale: #474747. Windows color (decimal): -8835757 or 5451129. OLE color: 5451129.

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

Color convert

RGB1214583-
CMYK00.630.310.53
HSL330º45.78%32.55%-
HSV(B)330º62.81%47.45%-
XYZ10.386.578.9-
YUV72.06134.18162.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.59%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=48.59%
G=18.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121458300.630.310.5333045.7832.55
Hex792D5303F1F3514a2e21
Octal1715512307737655125641
Binary11110011011011010011011111111111110101101001010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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