Html Css Color HEX #753449 Flirt

📋 copy color: '#753449'

red 117 ◦ green 52 ◦ blue 73

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

Shades of Flirt #753449

Tints of Flirt #753449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.17%

R = 48.35%
G = 21.49%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#753449 (or 0x753449) is known color: Flirt. HEX triplet: 75, 34 and 49. RGB value is (117,52,73). Sum of RGB (Red+Green+Blue) = 117+52+73=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #753449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753449 is #8ACBB6. Grayscale: #494949. Windows color (decimal): -9096119 or 4797557. OLE color: 4797557.

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

Color convert

RGB 117 52 73 -
CMYK 0 0.56 0.38 0.54
HSL 340.62º 0.38% 0.33% -
HSV(B) 340.62º 0.56% 0.46% -
XYZ 9.77 6.72 7.09 -
YUV 73.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 117 52 73 0 0.56 0.38 0.54 340.62 0.38 0.33
Hex 75 34 49 0 38 26 36 155 26 21
Octal 165 64 111 0 70 46 66 525 46 41
Binary 1110101 110100 1001001 0 111000 100110 110110 101010101 100110 100001

Color Harmonies of #753449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753449

Black with #753449

Text Example


Text Example

White with #753449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753449; }

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

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

background-color css

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

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

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

border-color css

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

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

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