#763147

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

Shades of Flirt #763147

Tints of Flirt #763147

Color information

#763147 (or 0x763147) is unknown color: approx Flirt. HEX triplet: 76, 31 and 47. RGB value is (118,49,71). Sum of RGB (Red+Green+Blue) = 118+49+71=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #763147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763147 is #89CEB8. Grayscale: #484848. Windows color (decimal): -9031353 or 4665718. OLE color: 4665718.

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

Color convert

RGB1184971-
CMYK00.580.400.54
HSL340.87º41.32%32.75%-
HSV(B)340.87º58.47%46.27%-
XYZ9.716.56.7-
YUV72.14127.36160.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 71 (28.12% from 255) = 29.83%
R=49.58%
G=20.59%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118497100.580.400.54340.8741.3232.75
Hex76314703A28361552921
Octal1666110707250665255141
Binary111011011000110001110111010101000110110101010101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763147; }

 p { color: rgb(118,49,71); }

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

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

 a { background-color: rgb(118,49,71); }

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

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

 span { border-color: rgb(118,49,71); }

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