#763148

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

Shades of Flirt #763148

Tints of Flirt #763148

Color information

#763148 (or 0x763148) is unknown color: approx Flirt. HEX triplet: 76, 31 and 48. RGB value is (118,49,72). Sum of RGB (Red+Green+Blue) = 118+49+72=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #763148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763148 is #89CEB7. Grayscale: #484848. Windows color (decimal): -9031352 or 4731254. OLE color: 4731254.

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

Color convert

RGB1184972-
CMYK00.580.390.54
HSL340º41.32%32.75%-
HSV(B)340º58.47%46.27%-
XYZ9.746.526.88-
YUV72.25127.86160.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=49.37%
G=20.50%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118497200.580.390.5434041.3232.75
Hex76314803A27361542921
Octal1666111007247665245141
Binary111011011000110010000111010100111110110101010100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763148; }

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

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

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

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

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

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

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

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