Html Css Color HEX #753349 Flirt

📋 copy color: '#753349'

red 117 ◦ green 51 ◦ blue 73

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

Shades of Flirt #753349

Tints of Flirt #753349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

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

R = 48.55%
G = 21.16%
B = 30.29%

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

#753349 (or 0x753349) is known color: Flirt. HEX triplet: 75, 33 and 49. RGB value is (117,51,73). Sum of RGB (Red+Green+Blue) = 117+51+73=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #753349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753349 is #8ACCB6. Grayscale: #494949. Windows color (decimal): -9096375 or 4797301. OLE color: 4797301.

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

Color convert

RGB 117 51 73 -
CMYK 0 0.56 0.38 0.54
HSL 340º 0.39% 0.33% -
HSV(B) 340º 0.56% 0.46% -
XYZ 9.72 6.63 7.07 -
YUV 73.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 117 51 73 0 0.56 0.38 0.54 340 0.39 0.33
Hex 75 33 49 0 38 26 36 154 27 21
Octal 165 63 111 0 70 46 66 524 47 41
Binary 1110101 110011 1001001 0 111000 100110 110110 101010100 100111 100001

Color Harmonies of #753349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753349

Black with #753349

Text Example


Text Example

White with #753349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753349; }

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

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

background-color css

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

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

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

border-color css

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

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

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