#763253

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

Shades of Flirt #763253

Tints of Flirt #763253

Color information

#763253 (or 0x763253) is unknown color: approx Flirt. HEX triplet: 76, 32 and 53. RGB value is (118,50,83). Sum of RGB (Red+Green+Blue) = 118+50+83=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #763253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763253 is #89CDAC. Grayscale: #4A4A4A. Windows color (decimal): -9031085 or 5452406. OLE color: 5452406.

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

Color convert

RGB1185083-
CMYK00.580.300.54
HSL330.88º40.48%32.94%-
HSV(B)330.88º57.63%46.27%-
XYZ10.176.768.95-
YUV74.09133.03159.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=47.01%
G=19.92%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118508300.580.300.54330.8840.4832.94
Hex76325303A1E3614b2821
Octal1666212307236665135041
Binary11101101100101010011011101011110110110101001011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763253; }

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

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

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

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

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

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

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

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