#75364D

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

Shades of Flirt #75364D

Tints of Flirt #75364D

Color information

#75364D (or 0x75364D) is unknown color: approx Flirt. HEX triplet: 75, 36 and 4D. RGB value is (117,54,77). Sum of RGB (Red+Green+Blue) = 117+54+77=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75364D is #8AC9B2. Grayscale: #4B4B4B. Windows color (decimal): -9095603 or 5060213. OLE color: 5060213.

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

Color convert

RGB1175477-
CMYK00.540.340.54
HSL338.1º36.84%33.53%-
HSV(B)338.1º53.85%45.88%-
XYZ9.996.967.84-
YUV75.46128.87157.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=47.18%
G=21.77%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117547700.540.340.54338.136.8433.53
Hex75364D03622361522522
Octal1656611506642665224542
Binary111010111011010011010110110100010110110101010010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75364D; }

 p { color: rgb(117,54,77); }

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

<style>
 a { background-color: #75364D; }

 a { background-color: rgb(117,54,77); }

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

<style>
 span { border-color: #75364D; }

 span { border-color: rgb(117,54,77); }

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