#752446

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

Shades of Flirt #752446

Tints of Flirt #752446

Color information

#752446 (or 0x752446) is unknown color: approx Flirt. HEX triplet: 75, 24 and 46. RGB value is (117,36,70). Sum of RGB (Red+Green+Blue) = 117+36+70=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #752446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752446 is #8ADBB9. Grayscale: #404040. Windows color (decimal): -9100218 or 4596853. OLE color: 4596853.

HSL color Cylindrical-coordinate representation of color #752446: hue angle of 334.81º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752446 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1173670-
CMYK00.690.400.54
HSL334.81º52.94%30%-
HSV(B)334.81º69.23%45.88%-
XYZ9.075.496.38-
YUV64.1131.34165.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=52.47%
G=16.14%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117367000.690.400.54334.8152.9430
Hex752446045283614f351e
Octal16544106010550665176536
Binary111010110010010001100100010110100011011010100111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752446; }

 p { color: rgb(117,36,70); }

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

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

 a { background-color: rgb(117,36,70); }

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

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

 span { border-color: rgb(117,36,70); }

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