Html Css Color HEX #782E53 Flirt

📋 copy color: '#782E53'

red 120 ◦ green 46 ◦ blue 83

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

Shades of Flirt #782E53

Tints of Flirt #782E53

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.47%

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 48.19%
G = 18.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#782E53 (or 0x782E53) is known color: Flirt. HEX triplet: 78, 2E and 53. RGB value is (120,46,83). Sum of RGB (Red+Green+Blue) = 120+46+83=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #782E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782E53 is #87D1AC. Grayscale: #484848. Windows color (decimal): -8901037 or 5451384. OLE color: 5451384.

HSL color Cylindrical-coordinate representation of color #782E53: hue angle of 330º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782E53 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 46 83 -
CMYK 0 0.62 0.31 0.53
HSL 330º 0.45% 0.33% -
HSV(B) 330º 0.62% 0.47% -
XYZ 10.28 6.57 8.91 -
YUV 72.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 120 46 83 0 0.62 0.31 0.53 330 0.45 0.33
Hex 78 2E 53 0 3E 1F 35 14A 2D 21
Octal 170 56 123 0 76 37 65 512 55 41
Binary 1111000 101110 1010011 0 111110 11111 110101 101001010 101101 100001

Color Harmonies of #782E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782E53

Black with #782E53

Text Example


Text Example

White with #782E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782E53; }

 p { color: rgb(120,46,83); }

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

background-color css

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

 a { background-color: rgb(120,46,83); }

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

border-color css

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

 span { border-color: rgb(120,46,83); }

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