Html Css Color HEX #75324D Flirt

📋 copy color: '#75324D'

red 117 ◦ green 50 ◦ blue 77

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

Shades of Flirt #75324D

Tints of Flirt #75324D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.56%

R = 47.95%
G = 20.49%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75324D (or 0x75324D) is known color: Flirt. HEX triplet: 75, 32 and 4D. RGB value is (117,50,77). Sum of RGB (Red+Green+Blue) = 117+50+77=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75324D is #8ACDB2. Grayscale: #494949. Windows color (decimal): -9096627 or 5059189. OLE color: 5059189.

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

Color convert

RGB 117 50 77 -
CMYK 0 0.57 0.34 0.54
HSL 335.82º 0.4% 0.33% -
HSV(B) 335.82º 0.57% 0.46% -
XYZ 9.82 6.6 7.78 -
YUV 73.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 117 50 77 0 0.57 0.34 0.54 335.82 0.4 0.33
Hex 75 32 4D 0 39 22 36 150 28 21
Octal 165 62 115 0 71 42 66 520 50 41
Binary 1110101 110010 1001101 0 111001 100010 110110 101010000 101000 100001

Color Harmonies of #75324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75324D

Black with #75324D

Text Example


Text Example

White with #75324D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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