#753348

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

Shades of Flirt #753348

Tints of Flirt #753348

Color information

#753348 (or 0x753348) is unknown color: approx Flirt. HEX triplet: 75, 33 and 48. RGB value is (117,51,72). Sum of RGB (Red+Green+Blue) = 117+51+72=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #753348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753348 is #8ACCB7. Grayscale: #494949. Windows color (decimal): -9096376 or 4731765. OLE color: 4731765.

HSL color Cylindrical-coordinate representation of color #753348: hue angle of 340.91º degrees, saturation: 0.39, 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 #753348 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1175172-
CMYK00.560.380.54
HSL340.91º39.29%32.94%-
HSV(B)340.91º56.41%45.88%-
XYZ9.696.626.9-
YUV73.13127.37159.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.75%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 72 (28.52% from 255) = 30%
R=48.75%
G=21.25%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117517200.560.380.54340.9139.2932.94
Hex75334803826361552721
Octal1656311007046665254741
Binary111010111001110010000111000100110110110101010101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753348; }

 p { color: rgb(117,51,72); }

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

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

 a { background-color: rgb(117,51,72); }

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

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

 span { border-color: rgb(117,51,72); }

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