#75344F

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

Shades of Flirt #75344F

Tints of Flirt #75344F

Color information

#75344F (or 0x75344F) is unknown color: approx Flirt. HEX triplet: 75, 34 and 4F. RGB value is (117,52,79). Sum of RGB (Red+Green+Blue) = 117+52+79=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75344F is #8ACBB0. Grayscale: #4A4A4A. Windows color (decimal): -9096113 or 5190773. OLE color: 5190773.

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

Color convert

RGB1175279-
CMYK00.560.320.54
HSL335.08º38.46%33.14%-
HSV(B)335.08º55.56%45.88%-
XYZ9.986.88.18-
YUV74.51130.53158.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=47.18%
G=20.97%
B=31.85%

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
Decimal117527900.560.320.54335.0838.4633.14
Hex75344F038203614f2621
Octal1656411707040665174641
Binary111010111010010011110111000100000110110101001111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75344F; }

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

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

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

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

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

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

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

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