#76325A

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

Shades of Flirt #76325A

Tints of Flirt #76325A

Color information

#76325A (or 0x76325A) is unknown color: approx Flirt. HEX triplet: 76, 32 and 5A. RGB value is (118,50,90). Sum of RGB (Red+Green+Blue) = 118+50+90=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #76325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76325A is #89CDA5. Grayscale: #4A4A4A. Windows color (decimal): -9031078 or 5911158. OLE color: 5911158.

HSL color Cylindrical-coordinate representation of color #76325A: hue angle of 324.71º degrees, saturation: 0.4, 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 #76325A is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1185090-
CMYK00.580.240.54
HSL324.71º40.48%32.94%-
HSV(B)324.71º57.63%46.27%-
XYZ10.466.8710.45-
YUV74.89136.53158.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.74%
GREEN value IS 50 (19.92% from 255) = 19.38%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=45.74%
G=19.38%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118509000.580.240.54324.7140.4832.94
Hex76325A03A18361452821
Octal1666213207230665055041
Binary11101101100101011010011101011000110110101000101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76325A; }

 p { color: rgb(118,50,90); }

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

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

 a { background-color: rgb(118,50,90); }

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

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

 span { border-color: rgb(118,50,90); }

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