#783950

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

Shades of Flirt #783950

Tints of Flirt #783950

Color information

#783950 (or 0x783950) is unknown color: approx Flirt. HEX triplet: 78, 39 and 50. RGB value is (120,57,80). Sum of RGB (Red+Green+Blue) = 120+57+80=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #783950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783950 is #87C6AF. Grayscale: #4E4E4E. Windows color (decimal): -8898224 or 5257592. OLE color: 5257592.

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

Color convert

RGB1205780-
CMYK00.520.330.53
HSL338.1º35.59%34.71%-
HSV(B)338.1º52.5%47.06%-
XYZ10.667.58.48-
YUV78.46128.87157.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 57 (22.66% from 255) = 22.18%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=46.69%
G=22.18%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120578000.520.330.53338.135.5934.71
Hex78395003421351522423
Octal1707112006441655224443
Binary111100011100110100000110100100001110101101010010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783950; }

 p { color: rgb(120,57,80); }

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

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

 a { background-color: rgb(120,57,80); }

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

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

 span { border-color: rgb(120,57,80); }

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