#752749

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

Shades of Flirt #752749

Tints of Flirt #752749

Color information

#752749 (or 0x752749) is unknown color: approx Flirt. HEX triplet: 75, 27 and 49. RGB value is (117,39,73). Sum of RGB (Red+Green+Blue) = 117+39+73=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #752749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752749 is #8AD8B6. Grayscale: #424242. Windows color (decimal): -9099447 or 4794229. OLE color: 4794229.

HSL color Cylindrical-coordinate representation of color #752749: hue angle of 333.85º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752749 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1173973-
CMYK00.670.380.54
HSL333.85º50%30.59%-
HSV(B)333.85º66.67%45.88%-
XYZ9.265.716.92-
YUV66.2131.84164.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 39 (15.62% from 255) = 17.03%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=51.09%
G=17.03%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117397300.670.380.54333.855030.59
Hex752749043263614e321f
Octal16547111010346665166237
Binary111010110011110010010100001110011011011010100111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752749; }

 p { color: rgb(117,39,73); }

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

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

 a { background-color: rgb(117,39,73); }

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

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

 span { border-color: rgb(117,39,73); }

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