#753449

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

Shades of Flirt #753449

Tints of Flirt #753449

Color information

#753449 (or 0x753449) is unknown color: approx Flirt. HEX triplet: 75, 34 and 49. RGB value is (117,52,73). Sum of RGB (Red+Green+Blue) = 117+52+73=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #753449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753449 is #8ACBB6. Grayscale: #494949. Windows color (decimal): -9096119 or 4797557. OLE color: 4797557.

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

Color convert

RGB1175273-
CMYK00.560.380.54
HSL340.62º38.46%33.14%-
HSV(B)340.62º55.56%45.88%-
XYZ9.776.727.09-
YUV73.83127.53158.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=48.35%
G=21.49%
B=30.17%

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
Decimal117527300.560.380.54340.6238.4633.14
Hex75344903826361552621
Octal1656411107046665254641
Binary111010111010010010010111000100110110110101010101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753449; }

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

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

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

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

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

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

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

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