Html Css Color HEX #783950 Flirt

📋 copy color: '#783950'

red 120 ◦ green 57 ◦ blue 80

#783950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #783950

Tints of Flirt #783950

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 value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#783950 (or 0x783950) is known color: 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

RGB 120 57 80 -
CMYK 0 0.52 0.33 0.53
HSL 338.1º 0.36% 0.35% -
HSV(B) 338.1º 0.53% 0.47% -
XYZ 10.66 7.5 8.48 -
YUV 78.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 120 57 80 0 0.52 0.33 0.53 338.1 0.36 0.35
Hex 78 39 50 0 34 21 35 152 24 23
Octal 170 71 120 0 64 41 65 522 44 43
Binary 1111000 111001 1010000 0 110100 100001 110101 101010010 100100 100011

Color Harmonies of #783950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783950

Black with #783950

Text Example


Text Example

White with #783950

Text Example


Text Example

HTML Codes & Css Web 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>