Html Css Color HEX #78314D Flirt

📋 copy color: '#78314D'

red 120 ◦ green 49 ◦ blue 77

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

Shades of Flirt #78314D

Tints of Flirt #78314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

 BLUE value IS 77 (30.47% from 255) = 31.3%

R = 48.78%
G = 19.92%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#78314D (or 0x78314D) is known color: Flirt. HEX triplet: 78, 31 and 4D. RGB value is (120,49,77). Sum of RGB (Red+Green+Blue) = 120+49+77=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78314D is #87CEB2. Grayscale: #494949. Windows color (decimal): -8900275 or 5058936. OLE color: 5058936.

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

Color convert

RGB 120 49 77 -
CMYK 0 0.59 0.36 0.53
HSL 336.34º 0.42% 0.33% -
HSV(B) 336.34º 0.59% 0.47% -
XYZ 10.18 6.73 7.78 -
YUV 73.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 120 49 77 0 0.59 0.36 0.53 336.34 0.42 0.33
Hex 78 31 4D 0 3B 24 35 150 2A 21
Octal 170 61 115 0 73 44 65 520 52 41
Binary 1111000 110001 1001101 0 111011 100100 110101 101010000 101010 100001

Color Harmonies of #78314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78314D

Black with #78314D

Text Example


Text Example

White with #78314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78314D; }

 p { color: rgb(120,49,77); }

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

background-color css

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

 a { background-color: rgb(120,49,77); }

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

border-color css

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

 span { border-color: rgb(120,49,77); }

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