#752742

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

Shades of Flirt #752742

Tints of Flirt #752742

Color information

#752742 (or 0x752742) is unknown color: approx Flirt. HEX triplet: 75, 27 and 42. RGB value is (117,39,66). Sum of RGB (Red+Green+Blue) = 117+39+66=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #752742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752742 is #8AD8BD. Grayscale: #414141. Windows color (decimal): -9099454 or 4335477. OLE color: 4335477.

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

Color convert

RGB1173966-
CMYK00.670.440.54
HSL339.23º50%30.59%-
HSV(B)339.23º66.67%45.88%-
XYZ9.055.635.76-
YUV65.4128.34164.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=52.70%
G=17.57%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117396600.670.440.54339.235030.59
Hex7527420432C36153321f
Octal16547102010354665236237
Binary111010110011110000100100001110110011011010101001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752742; }

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

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

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

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

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

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

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

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