Html Css Color HEX #75324C Flirt

📋 copy color: '#75324C'

red 117 ◦ green 50 ◦ blue 76

#75324C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #75324C

Tints of Flirt #75324C

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 value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75324C (or 0x75324C) is known color: 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

RGB 117 50 76 -
CMYK 0 0.57 0.35 0.54
HSL 336.72º 0.4% 0.33% -
HSV(B) 336.72º 0.57% 0.46% -
XYZ 9.78 6.58 7.59 -
YUV 73 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 117 50 76 0 0.57 0.35 0.54 336.72 0.4 0.33
Hex 75 32 4C 0 39 23 36 151 28 21
Octal 165 62 114 0 71 43 66 521 50 41
Binary 1110101 110010 1001100 0 111001 100011 110110 101010001 101000 100001

Color Harmonies of #75324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75324C

Black with #75324C

Text Example


Text Example

White with #75324C

Text Example


Text Example

HTML Codes & Css Web 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>