#75344A

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

Shades of Flirt #75344A

Tints of Flirt #75344A

Color information

#75344A (or 0x75344A) is unknown color: approx Flirt. HEX triplet: 75, 34 and 4A. RGB value is (117,52,74). Sum of RGB (Red+Green+Blue) = 117+52+74=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75344A is #8ACBB5. Grayscale: #494949. Windows color (decimal): -9096118 or 4863093. OLE color: 4863093.

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

Color convert

RGB1175274-
CMYK00.560.370.54
HSL339.69º38.46%33.14%-
HSV(B)339.69º55.56%45.88%-
XYZ9.86.737.26-
YUV73.94128.03158.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=48.15%
G=21.40%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117527400.560.370.54339.6938.4633.14
Hex75344A03825361542621
Octal1656411207045665244641
Binary111010111010010010100111000100101110110101010100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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