#792446

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

Shades of Flirt #792446

Tints of Flirt #792446

Color information

#792446 (or 0x792446) is unknown color: approx Flirt. HEX triplet: 79, 24 and 46. RGB value is (121,36,70). Sum of RGB (Red+Green+Blue) = 121+36+70=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #792446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792446 is #86DBB9. Grayscale: #414141. Windows color (decimal): -8838074 or 4596857. OLE color: 4596857.

HSL color Cylindrical-coordinate representation of color #792446: hue angle of 336º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #792446 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1213670-
CMYK00.700.420.53
HSL336º54.14%30.78%-
HSV(B)336º70.25%47.45%-
XYZ9.625.776.4-
YUV65.29130.66167.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.30%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=53.30%
G=15.86%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121367000.700.420.5333654.1430.78
Hex7924460462A35150361f
Octal17144106010652655206637
Binary111100110010010001100100011010101011010110101000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792446; }

 p { color: rgb(121,36,70); }

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

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

 a { background-color: rgb(121,36,70); }

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

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

 span { border-color: rgb(121,36,70); }

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