#753349

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

Shades of Flirt #753349

Tints of Flirt #753349

Color information

#753349 (or 0x753349) is unknown color: approx Flirt. HEX triplet: 75, 33 and 49. RGB value is (117,51,73). Sum of RGB (Red+Green+Blue) = 117+51+73=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #753349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753349 is #8ACCB6. Grayscale: #494949. Windows color (decimal): -9096375 or 4797301. OLE color: 4797301.

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

Color convert

RGB1175173-
CMYK00.560.380.54
HSL340º39.29%32.94%-
HSV(B)340º56.41%45.88%-
XYZ9.726.637.07-
YUV73.24127.87159.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=48.55%
G=21.16%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117517300.560.380.5434039.2932.94
Hex75334903826361542721
Octal1656311107046665244741
Binary111010111001110010010111000100110110110101010100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753349; }

 p { color: rgb(117,51,73); }

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

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

 a { background-color: rgb(117,51,73); }

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

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

 span { border-color: rgb(117,51,73); }

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