#75354D

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

Shades of Flirt #75354D

Tints of Flirt #75354D

Color information

#75354D (or 0x75354D) is unknown color: approx Flirt. HEX triplet: 75, 35 and 4D. RGB value is (117,53,77). Sum of RGB (Red+Green+Blue) = 117+53+77=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75354D is #8ACAB2. Grayscale: #4A4A4A. Windows color (decimal): -9095859 or 5059957. OLE color: 5059957.

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

Color convert

RGB1175377-
CMYK00.550.340.54
HSL337.5º37.65%33.33%-
HSV(B)337.5º54.7%45.88%-
XYZ9.956.867.82-
YUV74.87129.2158.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=47.37%
G=21.46%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117537700.550.340.54337.537.6533.33
Hex75354D03722361522621
Octal1656511506742665224641
Binary111010111010110011010110111100010110110101010010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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