#75375E

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

Shades of Flirt #75375E

Tints of Flirt #75375E

Color information

#75375E (or 0x75375E) is unknown color: approx Flirt. HEX triplet: 75, 37 and 5E. RGB value is (117,55,94). Sum of RGB (Red+Green+Blue) = 117+55+94=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75375E is #8AC8A1. Grayscale: #4D4D4D. Windows color (decimal): -9095330 or 6174581. OLE color: 6174581.

HSL color Cylindrical-coordinate representation of color #75375E: hue angle of 322.26º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75375E is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1175594-
CMYK00.530.200.54
HSL322.26º36.05%33.73%-
HSV(B)322.26º52.99%45.88%-
XYZ10.727.3211.44-
YUV77.98137.04155.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=43.98%
G=20.68%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117559400.530.200.54322.2636.0533.73
Hex75375E03514361422422
Octal1656713606524665024442
Binary11101011101111011110011010110100110110101000010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,55,94); }

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

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

 a { background-color: rgb(117,55,94); }

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

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

 span { border-color: rgb(117,55,94); }

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