Html Css Color HEX #782050 Flirt

📋 copy color: '#782050'

red 120 ◦ green 32 ◦ blue 80

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

Shades of Flirt #782050

Tints of Flirt #782050

RGB

 RED value IS 120 (47.27% from 255) = 51.72%

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 80 (31.64% from 255) = 34.48%

R = 51.72%
G = 13.79%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#782050 (or 0x782050) is known color: Flirt. HEX triplet: 78, 20 and 50. RGB value is (120,32,80). Sum of RGB (Red+Green+Blue) = 120+32+80=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #782050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782050 is #87DFAF. Grayscale: #3F3F3F. Windows color (decimal): -8904624 or 5251192. OLE color: 5251192.

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

Color convert

RGB 120 32 80 -
CMYK 0 0.73 0.33 0.53
HSL 327.27º 0.58% 0.3% -
HSV(B) 327.27º 0.73% 0.47% -
XYZ 9.71 5.61 8.16 -
YUV 63.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 120 32 80 0 0.73 0.33 0.53 327.27 0.58 0.3
Hex 78 20 50 0 49 21 35 147 3A 1E
Octal 170 40 120 0 111 41 65 507 72 36
Binary 1111000 100000 1010000 0 1001001 100001 110101 101000111 111010 11110

Color Harmonies of #782050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782050

Black with #782050

Text Example


Text Example

White with #782050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782050; }

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

 H1.HeaderClassName
 {
   color: #782050;
 }
 .AnyTagClassName
 {
   color: #782050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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