#753858

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

Shades of Flirt #753858

Tints of Flirt #753858

Color information

#753858 (or 0x753858) is unknown color: approx Flirt. HEX triplet: 75, 38 and 58. RGB value is (117,56,88). Sum of RGB (Red+Green+Blue) = 117+56+88=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #753858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753858 is #8AC7A7. Grayscale: #4D4D4D. Windows color (decimal): -9095080 or 5781621. OLE color: 5781621.

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

Color convert

RGB1175688-
CMYK00.520.250.54
HSL328.52º35.26%33.92%-
HSV(B)328.52º52.14%45.88%-
XYZ10.517.3110.09-
YUV77.89133.71155.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=44.83%
G=21.46%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117568800.520.250.54328.5235.2633.92
Hex75385803419361492322
Octal1657013006431665114342
Binary11101011110001011000011010011001110110101001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753858; }

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

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

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

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

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

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

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

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