#75324E

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

Shades of Flirt #75324E

Tints of Flirt #75324E

Color information

#75324E (or 0x75324E) is unknown color: approx Flirt. HEX triplet: 75, 32 and 4E. RGB value is (117,50,78). Sum of RGB (Red+Green+Blue) = 117+50+78=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75324E is #8ACDB1. Grayscale: #494949. Windows color (decimal): -9096626 or 5124725. OLE color: 5124725.

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

Color convert

RGB1175078-
CMYK00.570.330.54
HSL334.93º40.12%32.75%-
HSV(B)334.93º57.26%45.88%-
XYZ9.856.617.96-
YUV73.22130.7159.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=47.76%
G=20.41%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117507800.570.330.54334.9340.1232.75
Hex75324E039213614f2821
Octal1656211607141665175041
Binary111010111001010011100111001100001110110101001111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75324E; }

 p { color: rgb(117,50,78); }

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

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

 a { background-color: rgb(117,50,78); }

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

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

 span { border-color: rgb(117,50,78); }

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