#763348

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

Shades of Flirt #763348

Tints of Flirt #763348

Color information

#763348 (or 0x763348) is unknown color: approx Flirt. HEX triplet: 76, 33 and 48. RGB value is (118,51,72). Sum of RGB (Red+Green+Blue) = 118+51+72=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #763348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763348 is #89CCB7. Grayscale: #494949. Windows color (decimal): -9030840 or 4731766. OLE color: 4731766.

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

Color convert

RGB1185172-
CMYK00.570.390.54
HSL341.19º39.64%33.14%-
HSV(B)341.19º56.78%46.27%-
XYZ9.826.696.9-
YUV73.43127.2159.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=48.96%
G=21.16%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118517200.570.390.54341.1939.6433.14
Hex76334803927361552821
Octal1666311007147665255041
Binary111011011001110010000111001100111110110101010101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763348; }

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

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

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

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

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

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

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

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