#783049

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

Shades of Flirt #783049

Tints of Flirt #783049

Color information

#783049 (or 0x783049) is unknown color: approx Flirt. HEX triplet: 78, 30 and 49. RGB value is (120,48,73). Sum of RGB (Red+Green+Blue) = 120+48+73=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #783049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783049 is #87CFB6. Grayscale: #484848. Windows color (decimal): -8900535 or 4796536. OLE color: 4796536.

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

Color convert

RGB1204873-
CMYK00.600.390.53
HSL339.17º42.86%32.94%-
HSV(B)339.17º60%47.06%-
XYZ10.016.597.05-
YUV72.38128.35161.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=49.79%
G=19.92%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120487300.600.390.53339.1742.8632.94
Hex78304903C27351532b21
Octal1706011107447655235341
Binary111100011000010010010111100100111110101101010011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783049; }

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

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

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

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

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

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

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

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