#75345B

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

Shades of Flirt #75345B

Tints of Flirt #75345B

Color information

#75345B (or 0x75345B) is unknown color: approx Flirt. HEX triplet: 75, 34 and 5B. RGB value is (117,52,91). Sum of RGB (Red+Green+Blue) = 117+52+91=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75345B is #8ACBA4. Grayscale: #4B4B4B. Windows color (decimal): -9096101 or 5977205. OLE color: 5977205.

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

Color convert

RGB1175291-
CMYK00.560.220.54
HSL324º38.46%33.14%-
HSV(B)324º55.56%45.88%-
XYZ10.456.9910.7-
YUV75.88136.53157.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 91 (35.94% from 255) = 35%
R=45%
G=20%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117529100.560.220.5432438.4633.14
Hex75345B03816361442621
Octal1656413307026665044641
Binary11101011101001011011011100010110110110101000100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75345B; }

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

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

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

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

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

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

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

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