#763549

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

Shades of Flirt #763549

Tints of Flirt #763549

Color information

#763549 (or 0x763549) is unknown color: approx Flirt. HEX triplet: 76, 35 and 49. RGB value is (118,53,73). Sum of RGB (Red+Green+Blue) = 118+53+73=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #763549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763549 is #89CAB6. Grayscale: #4A4A4A. Windows color (decimal): -9030327 or 4797814. OLE color: 4797814.

HSL color Cylindrical-coordinate representation of color #763549: hue angle of 341.54º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763549 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1185373-
CMYK00.550.380.54
HSL341.54º38.01%33.53%-
HSV(B)341.54º55.08%46.27%-
XYZ9.956.887.11-
YUV74.72127.03158.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=48.36%
G=21.72%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118537300.550.380.54341.5438.0133.53
Hex76354903726361562622
Octal1666511106746665264642
Binary111011011010110010010110111100110110110101010110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763549; }

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

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

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

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

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

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

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

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