#76315C

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

Shades of Flirt #76315C

Tints of Flirt #76315C

Color information

#76315C (or 0x76315C) is unknown color: approx Flirt. HEX triplet: 76, 31 and 5C. RGB value is (118,49,92). Sum of RGB (Red+Green+Blue) = 118+49+92=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76315C is #89CEA3. Grayscale: #4A4A4A. Windows color (decimal): -9031332 or 6041974. OLE color: 6041974.

HSL color Cylindrical-coordinate representation of color #76315C: hue angle of 322.61º 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 #76315C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1184992-
CMYK00.580.220.54
HSL322.61º41.32%32.75%-
HSV(B)322.61º58.47%46.27%-
XYZ10.56.8210.89-
YUV74.53137.86159-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=45.56%
G=18.92%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118499200.580.220.54322.6141.3232.75
Hex76315C03A16361432921
Octal1666113407226665035141
Binary11101101100011011100011101010110110110101000011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76315C; }

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

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

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

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

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

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

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

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