#76314E

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

Shades of Flirt #76314E

Tints of Flirt #76314E

Color information

#76314E (or 0x76314E) is unknown color: approx Flirt. HEX triplet: 76, 31 and 4E. RGB value is (118,49,78). Sum of RGB (Red+Green+Blue) = 118+49+78=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76314E is #89CEB1. Grayscale: #484848. Windows color (decimal): -9031346 or 5124470. OLE color: 5124470.

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

Color convert

RGB1184978-
CMYK00.580.340.54
HSL334.78º41.32%32.75%-
HSV(B)334.78º58.47%46.27%-
XYZ9.946.67.96-
YUV72.94130.86160.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=48.16%
G=20%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118497800.580.340.54334.7841.3232.75
Hex76314E03A223614f2921
Octal1666111607242665175141
Binary111011011000110011100111010100010110110101001111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76314E; }

 p { color: rgb(118,49,78); }

 H1.HeaderClassName
 {
   color: #76314E;
 }
 .AnyTagClassName
 {
   color: #76314E;
 }
</style>
background-color css

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

 a { background-color: rgb(118,49,78); }

 div.DivClassName
 {
   background-color: #76314E;
 }
 .BgClassName
 {
   background-color: #76314E;
 }
</style>
border-color css

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

 span { border-color: rgb(118,49,78); }

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