#753450

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

Shades of Flirt #753450

Tints of Flirt #753450

Color information

#753450 (or 0x753450) is unknown color: approx Flirt. HEX triplet: 75, 34 and 50. RGB value is (117,52,80). Sum of RGB (Red+Green+Blue) = 117+52+80=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #753450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753450 is #8ACBAF. Grayscale: #4A4A4A. Windows color (decimal): -9096112 or 5256309. OLE color: 5256309.

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

Color convert

RGB1175280-
CMYK00.560.320.54
HSL334.15º38.46%33.14%-
HSV(B)334.15º55.56%45.88%-
XYZ10.016.828.38-
YUV74.63131.03158.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=46.99%
G=20.88%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117528000.560.320.54334.1538.4633.14
Hex753450038203614e2621
Octal1656412007040665164641
Binary111010111010010100000111000100000110110101001110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753450; }

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

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

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

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

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

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

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

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