#752950

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

Shades of Flirt #752950

Tints of Flirt #752950

Color information

#752950 (or 0x752950) is unknown color: approx Flirt. HEX triplet: 75, 29 and 50. RGB value is (117,41,80). Sum of RGB (Red+Green+Blue) = 117+41+80=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #752950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752950 is #8AD6AF. Grayscale: #444444. Windows color (decimal): -9098928 or 5253493. OLE color: 5253493.

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

Color convert

RGB1174180-
CMYK00.650.320.54
HSL329.21º48.1%30.98%-
HSV(B)329.21º64.96%45.88%-
XYZ9.585.958.23-
YUV68.17134.68162.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 41 (16.41% from 255) = 17.23%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=49.16%
G=17.23%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117418000.650.320.54329.2148.130.98
Hex7529500412036149301f
Octal16551120010140665116037
Binary111010110100110100000100000110000011011010100100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752950; }

 p { color: rgb(117,41,80); }

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

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

 a { background-color: rgb(117,41,80); }

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

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

 span { border-color: rgb(117,41,80); }

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