Html Css Color HEX #783247 Flirt

📋 copy color: '#783247'

red 120 ◦ green 50 ◦ blue 71

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

Shades of Flirt #783247

Tints of Flirt #783247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

 BLUE value IS 71 (28.13% from 255) = 29.46%

R = 49.79%
G = 20.75%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#783247 (or 0x783247) is known color: Flirt. HEX triplet: 78, 32 and 47. RGB value is (120,50,71). Sum of RGB (Red+Green+Blue) = 120+50+71=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #783247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783247 is #87CDB8. Grayscale: #494949. Windows color (decimal): -8900025 or 4665976. OLE color: 4665976.

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

Color convert

RGB 120 50 71 -
CMYK 0 0.58 0.41 0.53
HSL 342º 0.41% 0.33% -
HSV(B) 342º 0.58% 0.47% -
XYZ 10.02 6.73 6.73 -
YUV 73.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 120 50 71 0 0.58 0.41 0.53 342 0.41 0.33
Hex 78 32 47 0 3A 29 35 156 29 21
Octal 170 62 107 0 72 51 65 526 51 41
Binary 1111000 110010 1000111 0 111010 101001 110101 101010110 101001 100001

Color Harmonies of #783247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783247

Black with #783247

Text Example


Text Example

White with #783247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783247; }

 p { color: rgb(120,50,71); }

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

background-color css

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

 a { background-color: rgb(120,50,71); }

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

border-color css

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

 span { border-color: rgb(120,50,71); }

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