#75364A

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

Shades of Flirt #75364A

Tints of Flirt #75364A

Color information

#75364A (or 0x75364A) is unknown color: approx Flirt. HEX triplet: 75, 36 and 4A. RGB value is (117,54,74). Sum of RGB (Red+Green+Blue) = 117+54+74=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75364A is #8AC9B5. Grayscale: #4B4B4B. Windows color (decimal): -9095606 or 4863605. OLE color: 4863605.

HSL color Cylindrical-coordinate representation of color #75364A: hue angle of 340.95º 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 #75364A is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1175474-
CMYK00.540.370.54
HSL340.95º36.84%33.53%-
HSV(B)340.95º53.85%45.88%-
XYZ9.896.917.29-
YUV75.12127.37157.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=47.76%
G=22.04%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117547400.540.370.54340.9536.8433.53
Hex75364A03625361552522
Octal1656611206645665254542
Binary111010111011010010100110110100101110110101010101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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