#783249

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

Shades of Flirt #783249

Tints of Flirt #783249

Color information

#783249 (or 0x783249) is unknown color: approx Flirt. HEX triplet: 78, 32 and 49. RGB value is (120,50,73). Sum of RGB (Red+Green+Blue) = 120+50+73=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #783249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783249 is #87CDB6. Grayscale: #494949. Windows color (decimal): -8900023 or 4797048. OLE color: 4797048.

HSL color Cylindrical-coordinate representation of color #783249: hue angle of 340.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783249 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1205073-
CMYK00.580.390.53
HSL340.29º41.18%33.33%-
HSV(B)340.29º58.33%47.06%-
XYZ10.096.767.08-
YUV73.55127.69161.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=49.38%
G=20.58%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120507300.580.390.53340.2941.1833.33
Hex78324903A27351542921
Octal1706211107247655245141
Binary111100011001010010010111010100111110101101010100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783249; }

 p { color: rgb(120,50,73); }

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

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

 a { background-color: rgb(120,50,73); }

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

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

 span { border-color: rgb(120,50,73); }

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