#752443

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

Shades of Flirt #752443

Tints of Flirt #752443

Color information

#752443 (or 0x752443) is unknown color: approx Flirt. HEX triplet: 75, 24 and 43. RGB value is (117,36,67). Sum of RGB (Red+Green+Blue) = 117+36+67=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #752443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752443 is #8ADBBC. Grayscale: #3F3F3F. Windows color (decimal): -9100221 or 4400245. OLE color: 4400245.

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

Color convert

RGB1173667-
CMYK00.690.430.54
HSL337.04º52.94%30%-
HSV(B)337.04º69.23%45.88%-
XYZ8.985.455.89-
YUV63.75129.84165.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=53.18%
G=16.36%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117366700.690.430.54337.0452.9430
Hex7524430452B36151351e
Octal16544103010553665216536
Binary111010110010010000110100010110101111011010101000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752443; }

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

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

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

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

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

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

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

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