Html Css Color HEX #752747 Flirt

📋 copy color: '#752747'

red 117 ◦ green 39 ◦ blue 71

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

Shades of Flirt #752747

Tints of Flirt #752747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.18%

 BLUE value IS 71 (28.13% from 255) = 31.28%

R = 51.54%
G = 17.18%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#752747 (or 0x752747) is known color: Flirt. HEX triplet: 75, 27 and 47. RGB value is (117,39,71). Sum of RGB (Red+Green+Blue) = 117+39+71=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #752747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752747 is #8AD8B8. Grayscale: #414141. Windows color (decimal): -9099449 or 4663157. OLE color: 4663157.

HSL color Cylindrical-coordinate representation of color #752747: hue angle of 335.38º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752747 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 71 -
CMYK 0 0.67 0.39 0.54
HSL 335.38º 0.5% 0.31% -
HSV(B) 335.38º 0.67% 0.46% -
XYZ 9.2 5.69 6.57 -
YUV 65.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 117 39 71 0 0.67 0.39 0.54 335.38 0.5 0.31
Hex 75 27 47 0 43 27 36 14F 32 1F
Octal 165 47 107 0 103 47 66 517 62 37
Binary 1110101 100111 1000111 0 1000011 100111 110110 101001111 110010 11111

Color Harmonies of #752747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752747

Black with #752747

Text Example


Text Example

White with #752747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752747; }

 p { color: rgb(117,39,71); }

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

background-color css

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

 a { background-color: rgb(117,39,71); }

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

border-color css

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

 span { border-color: rgb(117,39,71); }

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