#75324C

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

Shades of Flirt #75324C

Tints of Flirt #75324C

Color information

#75324C (or 0x75324C) is unknown color: approx Flirt. HEX triplet: 75, 32 and 4C. RGB value is (117,50,76). Sum of RGB (Red+Green+Blue) = 117+50+76=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75324C is #8ACDB3. Grayscale: #484848. Windows color (decimal): -9096628 or 4993653. OLE color: 4993653.

HSL color Cylindrical-coordinate representation of color #75324C: hue angle of 336.72º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75324C is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1175076-
CMYK00.570.350.54
HSL336.72º40.12%32.75%-
HSV(B)336.72º57.26%45.88%-
XYZ9.786.587.59-
YUV73129.7159.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=48.15%
G=20.58%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117507600.570.350.54336.7240.1232.75
Hex75324C03923361512821
Octal1656211407143665215041
Binary111010111001010011000111001100011110110101010001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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