#763359

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

Shades of Flirt #763359

Tints of Flirt #763359

Color information

#763359 (or 0x763359) is unknown color: approx Flirt. HEX triplet: 76, 33 and 59. RGB value is (118,51,89). Sum of RGB (Red+Green+Blue) = 118+51+89=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #763359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763359 is #89CCA6. Grayscale: #4B4B4B. Windows color (decimal): -9030823 or 5845878. OLE color: 5845878.

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

Color convert

RGB1185189-
CMYK00.570.250.54
HSL325.97º39.64%33.14%-
HSV(B)325.97º56.78%46.27%-
XYZ10.466.9410.24-
YUV75.36135.7158.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.74%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=45.74%
G=19.77%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118518900.570.250.54325.9739.6433.14
Hex76335903919361462821
Octal1666313107131665065041
Binary11101101100111011001011100111001110110101000110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763359; }

 p { color: rgb(118,51,89); }

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

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

 a { background-color: rgb(118,51,89); }

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

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

 span { border-color: rgb(118,51,89); }

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