#763553

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

Shades of Flirt #763553

Tints of Flirt #763553

Color information

#763553 (or 0x763553) is unknown color: approx Flirt. HEX triplet: 76, 35 and 53. RGB value is (118,53,83). Sum of RGB (Red+Green+Blue) = 118+53+83=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #763553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763553 is #89CAAC. Grayscale: #4B4B4B. Windows color (decimal): -9030317 or 5453174. OLE color: 5453174.

HSL color Cylindrical-coordinate representation of color #763553: hue angle of 332.31º 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 #763553 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1185383-
CMYK00.550.300.54
HSL332.31º38.01%33.53%-
HSV(B)332.31º55.08%46.27%-
XYZ10.317.029-
YUV75.86132.03158.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=46.46%
G=20.87%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118538300.550.300.54332.3138.0133.53
Hex7635530371E3614c2622
Octal1666512306736665144642
Binary11101101101011010011011011111110110110101001100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763553; }

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

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

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

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

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

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

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

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