#75354C

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

Shades of Flirt #75354C

Tints of Flirt #75354C

Color information

#75354C (or 0x75354C) is unknown color: approx Flirt. HEX triplet: 75, 35 and 4C. RGB value is (117,53,76). Sum of RGB (Red+Green+Blue) = 117+53+76=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75354C is #8ACAB3. Grayscale: #4A4A4A. Windows color (decimal): -9095860 or 4994421. OLE color: 4994421.

HSL color Cylindrical-coordinate representation of color #75354C: hue angle of 338.44º 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 #75354C is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1175376-
CMYK00.550.350.54
HSL338.44º37.65%33.33%-
HSV(B)338.44º54.7%45.88%-
XYZ9.916.857.64-
YUV74.76128.7158.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=47.56%
G=21.54%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117537600.550.350.54338.4437.6533.33
Hex75354C03723361522621
Octal1656511406743665224641
Binary111010111010110011000110111100011110110101010010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75354C; }

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

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

<style>
 a { background-color: #75354C; }

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

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

<style>
 span { border-color: #75354C; }

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

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