#78314D

Color #78314D Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #78314D

Tints of Flirt #78314D

Color information

#78314D (or 0x78314D) is unknown color: approx 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

RGB1204977-
CMYK00.590.360.53
HSL336.34º42.01%33.14%-
HSV(B)336.34º59.17%47.06%-
XYZ10.186.737.78-
YUV73.42130.02161.22-

RGB Variations

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

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.30%
R=48.78%
G=19.92%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120497700.590.360.53336.3442.0133.14
Hex78314D03B24351502a21
Octal1706111507344655205241
Binary111100011000110011010111011100100110101101010000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>