#792952

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

Shades of Flirt #792952

Tints of Flirt #792952

Color information

#792952 (or 0x792952) is unknown color: approx Flirt. HEX triplet: 79, 29 and 52. RGB value is (121,41,82). Sum of RGB (Red+Green+Blue) = 121+41+82=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #792952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792952 is #86D6AD. Grayscale: #454545. Windows color (decimal): -8836782 or 5384569. OLE color: 5384569.

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

Color convert

RGB1214182-
CMYK00.660.320.53
HSL329.25º49.38%31.76%-
HSV(B)329.25º66.12%47.45%-
XYZ10.26.268.65-
YUV69.59135164.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.59%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=49.59%
G=16.80%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121418200.660.320.53329.2549.3831.76
Hex79295204220351493120
Octal17151122010240655116140
Binary1111001101001101001001000010100000110101101001001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792952; }

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

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

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

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

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

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

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

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