#753855

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

Shades of Flirt #753855

Tints of Flirt #753855

Color information

#753855 (or 0x753855) is unknown color: approx Flirt. HEX triplet: 75, 38 and 55. RGB value is (117,56,85). Sum of RGB (Red+Green+Blue) = 117+56+85=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #753855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753855 is #8AC7AA. Grayscale: #4D4D4D. Windows color (decimal): -9095083 or 5585013. OLE color: 5585013.

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

Color convert

RGB1175685-
CMYK00.520.270.54
HSL331.48º35.26%33.92%-
HSV(B)331.48º52.14%45.88%-
XYZ10.397.279.45-
YUV77.54132.21156.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 56 (22.27% from 255) = 21.71%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=45.35%
G=21.71%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117568500.520.270.54331.4835.2633.92
Hex7538550341B3614b2322
Octal1657012506433665134342
Binary11101011110001010101011010011011110110101001011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753855; }

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

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

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

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

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

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

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

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