#752547

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

Shades of Flirt #752547

Tints of Flirt #752547

Color information

#752547 (or 0x752547) is unknown color: approx Flirt. HEX triplet: 75, 25 and 47. RGB value is (117,37,71). Sum of RGB (Red+Green+Blue) = 117+37+71=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #752547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752547 is #8ADAB8. Grayscale: #404040. Windows color (decimal): -9099961 or 4662645. OLE color: 4662645.

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

Color convert

RGB1173771-
CMYK00.680.390.54
HSL334.5º51.95%30.2%-
HSV(B)334.5º68.38%45.88%-
XYZ9.145.566.55-
YUV64.8131.5165.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=52%
G=16.44%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117377100.680.390.54334.551.9530.2
Hex752547044273614e341e
Octal16545107010447665166436
Binary111010110010110001110100010010011111011010100111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752547; }

 p { color: rgb(117,37,71); }

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

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

 a { background-color: rgb(117,37,71); }

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

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

 span { border-color: rgb(117,37,71); }

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