#753853

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

Shades of Flirt #753853

Tints of Flirt #753853

Color information

#753853 (or 0x753853) is unknown color: approx Flirt. HEX triplet: 75, 38 and 53. RGB value is (117,56,83). Sum of RGB (Red+Green+Blue) = 117+56+83=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #753853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753853 is #8AC7AC. Grayscale: #4D4D4D. Windows color (decimal): -9095085 or 5453941. OLE color: 5453941.

HSL color Cylindrical-coordinate representation of color #753853: hue angle of 333.44º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #753853 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1175683-
CMYK00.520.290.54
HSL333.44º35.26%33.92%-
HSV(B)333.44º52.14%45.88%-
XYZ10.317.239.04-
YUV77.32131.21156.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 83 (32.81% from 255) = 32.42%
R=45.70%
G=21.88%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117568300.520.290.54333.4435.2633.92
Hex7538530341D3614d2322
Octal1657012306435665154342
Binary11101011110001010011011010011101110110101001101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753853; }

 p { color: rgb(117,56,83); }

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

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

 a { background-color: rgb(117,56,83); }

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

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

 span { border-color: rgb(117,56,83); }

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