#763249

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

Shades of Flirt #763249

Tints of Flirt #763249

Color information

#763249 (or 0x763249) is unknown color: approx Flirt. HEX triplet: 76, 32 and 49. RGB value is (118,50,73). Sum of RGB (Red+Green+Blue) = 118+50+73=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #763249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763249 is #89CDB6. Grayscale: #484848. Windows color (decimal): -9031095 or 4797046. OLE color: 4797046.

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

Color convert

RGB1185073-
CMYK00.580.380.54
HSL339.71º40.48%32.94%-
HSV(B)339.71º57.63%46.27%-
XYZ9.816.617.06-
YUV72.95128.03160.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=48.96%
G=20.75%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118507300.580.380.54339.7140.4832.94
Hex76324903A26361542821
Octal1666211107246665245041
Binary111011011001010010010111010100110110110101010100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763249; }

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

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

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

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

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

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

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

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