#792255

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

Shades of Flirt #792255

Tints of Flirt #792255

Color information

#792255 (or 0x792255) is unknown color: approx Flirt. HEX triplet: 79, 22 and 55. RGB value is (121,34,85). Sum of RGB (Red+Green+Blue) = 121+34+85=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #792255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792255 is #86DDAA. Grayscale: #414141. Windows color (decimal): -8838571 or 5579385. OLE color: 5579385.

HSL color Cylindrical-coordinate representation of color #792255: hue angle of 324.83º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #792255 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1213485-
CMYK00.720.300.53
HSL324.83º56.13%30.39%-
HSV(B)324.83º71.9%47.45%-
XYZ10.15.869.19-
YUV65.83138.82167.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.42%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=50.42%
G=14.17%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121348500.720.300.53324.8356.1330.39
Hex7922550481E35145381e
Octal17142125011036655057036
Binary11110011000101010101010010001111011010110100010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792255; }

 p { color: rgb(121,34,85); }

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

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

 a { background-color: rgb(121,34,85); }

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

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

 span { border-color: rgb(121,34,85); }

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