Html Css Color HEX #752C49 Flirt

📋 copy color: '#752C49'

red 117 ◦ green 44 ◦ blue 73

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

Shades of Flirt #752C49

Tints of Flirt #752C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.8%

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

R = 50%
G = 18.8%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#752C49 (or 0x752C49) is known color: Flirt. HEX triplet: 75, 2C and 49. RGB value is (117,44,73). Sum of RGB (Red+Green+Blue) = 117+44+73=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #752C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C49 is #8AD3B6. Grayscale: #454545. Windows color (decimal): -9098167 or 4795509. OLE color: 4795509.

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

Color convert

RGB 117 44 73 -
CMYK 0 0.62 0.38 0.54
HSL 336.16º 0.45% 0.32% -
HSV(B) 336.16º 0.62% 0.46% -
XYZ 9.44 6.06 6.98 -
YUV 69.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 117 44 73 0 0.62 0.38 0.54 336.16 0.45 0.32
Hex 75 2C 49 0 3E 26 36 150 2D 20
Octal 165 54 111 0 76 46 66 520 55 40
Binary 1110101 101100 1001001 0 111110 100110 110110 101010000 101101 100000

Color Harmonies of #752C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C49

Black with #752C49

Text Example


Text Example

White with #752C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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