#792F52

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

Shades of Flirt #792F52

Tints of Flirt #792F52

Color information

#792F52 (or 0x792F52) is unknown color: approx Flirt. HEX triplet: 79, 2F and 52. RGB value is (121,47,82). Sum of RGB (Red+Green+Blue) = 121+47+82=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #792F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792F52 is #86D0AD. Grayscale: #494949. Windows color (decimal): -8835246 or 5386105. OLE color: 5386105.

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

Color convert

RGB1214782-
CMYK00.610.320.53
HSL331.62º44.05%32.94%-
HSV(B)331.62º61.16%47.45%-
XYZ10.426.718.73-
YUV73.12133.02162.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.4%
GREEN value IS 47 (18.75% from 255) = 18.8%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=48.4%
G=18.8%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121478200.610.320.53331.6244.0532.94
Hex792F5203D203514c2c21
Octal1715712207540655145441
Binary111100110111110100100111101100000110101101001100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,47,82); }

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

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

 a { background-color: rgb(121,47,82); }

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

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

 span { border-color: rgb(121,47,82); }

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