#75354B

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

Shades of Flirt #75354B

Tints of Flirt #75354B

Color information

#75354B (or 0x75354B) is unknown color: approx Flirt. HEX triplet: 75, 35 and 4B. RGB value is (117,53,75). Sum of RGB (Red+Green+Blue) = 117+53+75=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75354B is #8ACAB4. Grayscale: #4A4A4A. Windows color (decimal): -9095861 or 4928885. OLE color: 4928885.

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

Color convert

RGB1175375-
CMYK00.550.360.54
HSL339.38º37.65%33.33%-
HSV(B)339.38º54.7%45.88%-
XYZ9.886.847.46-
YUV74.64128.2158.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=47.76%
G=21.63%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117537500.550.360.54339.3837.6533.33
Hex75354B03724361532621
Octal1656511306744665234641
Binary111010111010110010110110111100100110110101010011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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