#792849

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

Shades of Flirt #792849

Tints of Flirt #792849

Color information

#792849 (or 0x792849) is unknown color: approx Flirt. HEX triplet: 79, 28 and 49. RGB value is (121,40,73). Sum of RGB (Red+Green+Blue) = 121+40+73=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #792849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792849 is #86D7B6. Grayscale: #434343. Windows color (decimal): -8837047 or 4794489. OLE color: 4794489.

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

Color convert

RGB1214073-
CMYK00.670.400.53
HSL335.56º50.31%31.57%-
HSV(B)335.56º66.94%47.45%-
XYZ9.856.066.95-
YUV67.98130.84165.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 40 (16.02% from 255) = 17.09%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=51.71%
G=17.09%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121407300.670.400.53335.5650.3131.57
Hex79284904328351503220
Octal17150111010350655206240
Binary1111001101000100100101000011101000110101101010000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792849; }

 p { color: rgb(121,40,73); }

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

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

 a { background-color: rgb(121,40,73); }

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

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

 span { border-color: rgb(121,40,73); }

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