Html Css Color HEX #75325A Flirt

📋 copy color: '#75325A'

red 117 ◦ green 50 ◦ blue 90

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

Shades of Flirt #75325A

Tints of Flirt #75325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 45.53%
G = 19.46%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75325A (or 0x75325A) is known color: Flirt. HEX triplet: 75, 32 and 5A. RGB value is (117,50,90). Sum of RGB (Red+Green+Blue) = 117+50+90=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75325A is #8ACDA5. Grayscale: #4A4A4A. Windows color (decimal): -9096614 or 5911157. OLE color: 5911157.

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

Color convert

RGB 117 50 90 -
CMYK 0 0.57 0.23 0.54
HSL 324.18º 0.4% 0.33% -
HSV(B) 324.18º 0.57% 0.46% -
XYZ 10.32 6.8 10.44 -
YUV 74.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 117 50 90 0 0.57 0.23 0.54 324.18 0.4 0.33
Hex 75 32 5A 0 39 17 36 144 28 21
Octal 165 62 132 0 71 27 66 504 50 41
Binary 1110101 110010 1011010 0 111001 10111 110110 101000100 101000 100001

Color Harmonies of #75325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75325A

Black with #75325A

Text Example


Text Example

White with #75325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75325A;
 }
 .AnyTagClassName
 {
   color: #75325A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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