#752E4A

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

Shades of Flirt #752E4A

Tints of Flirt #752E4A

Color information

#752E4A (or 0x752E4A) is unknown color: approx Flirt. HEX triplet: 75, 2E and 4A. RGB value is (117,46,74). Sum of RGB (Red+Green+Blue) = 117+46+74=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #752E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E4A is #8AD1B5. Grayscale: #464646. Windows color (decimal): -9097654 or 4861557. OLE color: 4861557.

HSL color Cylindrical-coordinate representation of color #752E4A: hue angle of 336.34º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E4A is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1174674-
CMYK00.610.370.54
HSL336.34º43.56%31.96%-
HSV(B)336.34º60.68%45.88%-
XYZ9.556.237.18-
YUV70.42130.02161.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=49.37%
G=19.41%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117467400.610.370.54336.3443.5631.96
Hex752E4A03D25361502c20
Octal1655611207545665205440
Binary111010110111010010100111101100101110110101010000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752E4A; }

 p { color: rgb(117,46,74); }

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

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

 a { background-color: rgb(117,46,74); }

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

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

 span { border-color: rgb(117,46,74); }

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