#753250

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

Shades of Flirt #753250

Tints of Flirt #753250

Color information

#753250 (or 0x753250) is unknown color: approx Flirt. HEX triplet: 75, 32 and 50. RGB value is (117,50,80). Sum of RGB (Red+Green+Blue) = 117+50+80=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #753250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753250 is #8ACDAF. Grayscale: #494949. Windows color (decimal): -9096624 or 5255797. OLE color: 5255797.

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

Color convert

RGB1175080-
CMYK00.570.320.54
HSL333.13º40.12%32.75%-
HSV(B)333.13º57.26%45.88%-
XYZ9.926.648.35-
YUV73.45131.7159.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=47.37%
G=20.24%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117508000.570.320.54333.1340.1232.75
Hex753250039203614d2821
Octal1656212007140665155041
Binary111010111001010100000111001100000110110101001101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753250; }

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

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

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

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

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

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

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

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