#76324D

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

Shades of Flirt #76324D

Tints of Flirt #76324D

Color information

#76324D (or 0x76324D) is unknown color: approx Flirt. HEX triplet: 76, 32 and 4D. RGB value is (118,50,77). Sum of RGB (Red+Green+Blue) = 118+50+77=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76324D is #89CDB2. Grayscale: #494949. Windows color (decimal): -9031091 or 5059190. OLE color: 5059190.

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

Color convert

RGB1185077-
CMYK00.580.350.54
HSL336.18º40.48%32.94%-
HSV(B)336.18º57.63%46.27%-
XYZ9.956.677.78-
YUV73.41130.03159.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=48.16%
G=20.41%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118507700.580.350.54336.1840.4832.94
Hex76324D03A23361502821
Octal1666211507243665205041
Binary111011011001010011010111010100011110110101010000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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