#75355B

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

Shades of Flirt #75355B

Tints of Flirt #75355B

Color information

#75355B (or 0x75355B) is unknown color: approx Flirt. HEX triplet: 75, 35 and 5B. RGB value is (117,53,91). Sum of RGB (Red+Green+Blue) = 117+53+91=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75355B is #8ACAA4. Grayscale: #4C4C4C. Windows color (decimal): -9095845 or 5977461. OLE color: 5977461.

HSL color Cylindrical-coordinate representation of color #75355B: hue angle of 324.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75355B is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1175391-
CMYK00.550.220.54
HSL324.38º37.65%33.33%-
HSV(B)324.38º54.7%45.88%-
XYZ10.57.0810.71-
YUV76.47136.2156.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=44.83%
G=20.31%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117539100.550.220.54324.3837.6533.33
Hex75355B03716361442621
Octal1656513306726665044641
Binary11101011101011011011011011110110110110101000100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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