Html Css Color HEX #783349 Flirt

📋 copy color: '#783349'

red 120 ◦ green 51 ◦ blue 73

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

Shades of Flirt #783349

Tints of Flirt #783349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

 BLUE value IS 73 (28.91% from 255) = 29.92%

R = 49.18%
G = 20.9%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#783349 (or 0x783349) is known color: Flirt. HEX triplet: 78, 33 and 49. RGB value is (120,51,73). Sum of RGB (Red+Green+Blue) = 120+51+73=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #783349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783349 is #87CCB6. Grayscale: #4A4A4A. Windows color (decimal): -8899767 or 4797304. OLE color: 4797304.

HSL color Cylindrical-coordinate representation of color #783349: hue angle of 340.87º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783349 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 51 73 -
CMYK 0 0.58 0.39 0.53
HSL 340.87º 0.4% 0.34% -
HSV(B) 340.87º 0.58% 0.47% -
XYZ 10.13 6.84 7.09 -
YUV 74.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 120 51 73 0 0.58 0.39 0.53 340.87 0.4 0.34
Hex 78 33 49 0 3A 27 35 155 28 22
Octal 170 63 111 0 72 47 65 525 50 42
Binary 1111000 110011 1001001 0 111010 100111 110101 101010101 101000 100010

Color Harmonies of #783349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783349

Black with #783349

Text Example


Text Example

White with #783349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783349; }

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

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

background-color css

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

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

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

border-color css

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

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

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