#752650

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

Shades of Flirt #752650

Tints of Flirt #752650

Color information

#752650 (or 0x752650) is unknown color: approx Flirt. HEX triplet: 75, 26 and 50. RGB value is (117,38,80). Sum of RGB (Red+Green+Blue) = 117+38+80=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #752650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752650 is #8AD9AF. Grayscale: #424242. Windows color (decimal): -9099696 or 5252725. OLE color: 5252725.

HSL color Cylindrical-coordinate representation of color #752650: hue angle of 328.1º degrees, saturation: 0.51, 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 #752650 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1173880-
CMYK00.680.320.54
HSL328.1º50.97%30.39%-
HSV(B)328.1º67.52%45.88%-
XYZ9.485.758.2-
YUV66.41135.67164.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=49.79%
G=16.17%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117388000.680.320.54328.150.9730.39
Hex7526500442036148331e
Octal16546120010440665106336
Binary111010110011010100000100010010000011011010100100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752650; }

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

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

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

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

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

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

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

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