Html Css Color HEX #75324F Flirt

📋 copy color: '#75324F'

red 117 ◦ green 50 ◦ blue 79

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

Shades of Flirt #75324F

Tints of Flirt #75324F

RGB

 RED value IS 117 (46.09% from 255) = 47.56%

 GREEN value IS 50 (19.92% from 255) = 20.33%

 BLUE value IS 79 (31.25% from 255) = 32.11%

R = 47.56%
G = 20.33%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75324F (or 0x75324F) is known color: Flirt. HEX triplet: 75, 32 and 4F. RGB value is (117,50,79). Sum of RGB (Red+Green+Blue) = 117+50+79=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75324F is #8ACDB0. Grayscale: #494949. Windows color (decimal): -9096625 or 5190261. OLE color: 5190261.

HSL color Cylindrical-coordinate representation of color #75324F: hue angle of 334.03º 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 #75324F is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 50 79 -
CMYK 0 0.57 0.32 0.54
HSL 334.03º 0.4% 0.33% -
HSV(B) 334.03º 0.57% 0.46% -
XYZ 9.89 6.63 8.16 -
YUV 73.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 117 50 79 0 0.57 0.32 0.54 334.03 0.4 0.33
Hex 75 32 4F 0 39 20 36 14E 28 21
Octal 165 62 117 0 71 40 66 516 50 41
Binary 1110101 110010 1001111 0 111001 100000 110110 101001110 101000 100001

Color Harmonies of #75324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75324F

Black with #75324F

Text Example


Text Example

White with #75324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75324F;
 }
 .AnyTagClassName
 {
   color: #75324F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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