Html Css Color HEX #752E49 Flirt

📋 copy color: '#752E49'

red 117 ◦ green 46 ◦ blue 73

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

Shades of Flirt #752E49

Tints of Flirt #752E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.49%

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

R = 49.58%
G = 19.49%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#752E49 (or 0x752E49) is known color: Flirt. HEX triplet: 75, 2E and 49. RGB value is (117,46,73). Sum of RGB (Red+Green+Blue) = 117+46+73=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #752E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E49 is #8AD1B6. Grayscale: #464646. Windows color (decimal): -9097655 or 4796021. OLE color: 4796021.

HSL color Cylindrical-coordinate representation of color #752E49: hue angle of 337.18º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E49 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 73 -
CMYK 0 0.61 0.38 0.54
HSL 337.18º 0.44% 0.32% -
HSV(B) 337.18º 0.61% 0.46% -
XYZ 9.52 6.22 7 -
YUV 70.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 117 46 73 0 0.61 0.38 0.54 337.18 0.44 0.32
Hex 75 2E 49 0 3D 26 36 151 2C 20
Octal 165 56 111 0 75 46 66 521 54 40
Binary 1110101 101110 1001001 0 111101 100110 110110 101010001 101100 100000

Color Harmonies of #752E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E49

Black with #752E49

Text Example


Text Example

White with #752E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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