Html Css Color HEX #753459 Flirt

📋 copy color: '#753459'

red 117 ◦ green 52 ◦ blue 89

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

Shades of Flirt #753459

Tints of Flirt #753459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

 BLUE value IS 89 (35.16% from 255) = 34.5%

R = 45.35%
G = 20.16%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#753459 (or 0x753459) is known color: Flirt. HEX triplet: 75, 34 and 59. RGB value is (117,52,89). Sum of RGB (Red+Green+Blue) = 117+52+89=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #753459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753459 is #8ACBA6. Grayscale: #4B4B4B. Windows color (decimal): -9096103 or 5846133. OLE color: 5846133.

HSL color Cylindrical-coordinate representation of color #753459: hue angle of 325.85º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753459 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 89 -
CMYK 0 0.56 0.24 0.54
HSL 325.85º 0.38% 0.33% -
HSV(B) 325.85º 0.56% 0.46% -
XYZ 10.37 6.96 10.25 -
YUV 75.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 117 52 89 0 0.56 0.24 0.54 325.85 0.38 0.33
Hex 75 34 59 0 38 18 36 146 26 21
Octal 165 64 131 0 70 30 66 506 46 41
Binary 1110101 110100 1011001 0 111000 11000 110110 101000110 100110 100001

Color Harmonies of #753459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753459

Black with #753459

Text Example


Text Example

White with #753459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753459; }

 p { color: rgb(117,52,89); }

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

background-color css

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

 a { background-color: rgb(117,52,89); }

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

border-color css

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

 span { border-color: rgb(117,52,89); }

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