#753C51

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

Shades of Flirt #753C51

Tints of Flirt #753C51

Color information

#753C51 (or 0x753C51) is unknown color: approx Flirt. HEX triplet: 75, 3C and 51. RGB value is (117,60,81). Sum of RGB (Red+Green+Blue) = 117+60+81=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #753C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C51 is #8AC3AE. Grayscale: #4F4F4F. Windows color (decimal): -9094063 or 5323893. OLE color: 5323893.

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

Color convert

RGB1176081-
CMYK00.490.310.54
HSL337.89º32.2%34.71%-
HSV(B)337.89º48.72%45.88%-
XYZ10.447.618.7-
YUV79.44128.88154.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 60 (23.83% from 255) = 23.26%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=45.35%
G=23.26%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117608100.490.310.54337.8932.234.71
Hex753C510311F361522023
Octal1657412106137665224043
Binary11101011111001010001011000111111110110101010010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753C51; }

 p { color: rgb(117,60,81); }

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

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

 a { background-color: rgb(117,60,81); }

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

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

 span { border-color: rgb(117,60,81); }

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