#753852

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

Shades of Flirt #753852

Tints of Flirt #753852

Color information

#753852 (or 0x753852) is unknown color: approx Flirt. HEX triplet: 75, 38 and 52. RGB value is (117,56,82). Sum of RGB (Red+Green+Blue) = 117+56+82=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #753852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753852 is #8AC7AD. Grayscale: #4D4D4D. Windows color (decimal): -9095086 or 5388405. OLE color: 5388405.

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

Color convert

RGB1175682-
CMYK00.520.300.54
HSL334.43º35.26%33.92%-
HSV(B)334.43º52.14%45.88%-
XYZ10.277.228.83-
YUV77.2130.71156.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 82 (32.42% from 255) = 32.16%
R=45.88%
G=21.96%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117568200.520.300.54334.4335.2633.92
Hex7538520341E3614e2322
Octal1657012206436665164342
Binary11101011110001010010011010011110110110101001110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753852; }

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

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

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

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

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

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

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

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