#763050

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

Shades of Flirt #763050

Tints of Flirt #763050

Color information

#763050 (or 0x763050) is unknown color: approx Flirt. HEX triplet: 76, 30 and 50. RGB value is (118,48,80). Sum of RGB (Red+Green+Blue) = 118+48+80=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #763050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763050 is #89CFAF. Grayscale: #484848. Windows color (decimal): -9031600 or 5255286. OLE color: 5255286.

HSL color Cylindrical-coordinate representation of color #763050: hue angle of 332.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763050 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1184880-
CMYK00.590.320.54
HSL332.57º42.17%32.55%-
HSV(B)332.57º59.32%46.27%-
XYZ9.986.548.33-
YUV72.58132.19160.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=47.97%
G=19.51%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118488000.590.320.54332.5742.1732.55
Hex76305003B203614d2a21
Octal1666012007340665155241
Binary111011011000010100000111011100000110110101001101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763050; }

 p { color: rgb(118,48,80); }

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

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

 a { background-color: rgb(118,48,80); }

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

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

 span { border-color: rgb(118,48,80); }

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