Html Css Color HEX #753254 Flirt

📋 copy color: '#753254'

red 117 ◦ green 50 ◦ blue 84

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

Shades of Flirt #753254

Tints of Flirt #753254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.47%

R = 46.61%
G = 19.92%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#753254 (or 0x753254) is known color: Flirt. HEX triplet: 75, 32 and 54. RGB value is (117,50,84). Sum of RGB (Red+Green+Blue) = 117+50+84=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #753254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753254 is #8ACDAB. Grayscale: #494949. Windows color (decimal): -9096620 or 5517941. OLE color: 5517941.

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

Color convert

RGB 117 50 84 -
CMYK 0 0.57 0.28 0.54
HSL 329.55º 0.4% 0.33% -
HSV(B) 329.55º 0.57% 0.46% -
XYZ 10.08 6.7 9.15 -
YUV 73.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 117 50 84 0 0.57 0.28 0.54 329.55 0.4 0.33
Hex 75 32 54 0 39 1C 36 14A 28 21
Octal 165 62 124 0 71 34 66 512 50 41
Binary 1110101 110010 1010100 0 111001 11100 110110 101001010 101000 100001

Color Harmonies of #753254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753254

Black with #753254

Text Example


Text Example

White with #753254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753254; }

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

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

background-color css

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

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

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

border-color css

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

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

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