Html Css Color HEX #752547 Flirt

📋 copy color: '#752547'

red 117 ◦ green 37 ◦ blue 71

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

Shades of Flirt #752547

Tints of Flirt #752547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.44%

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

R = 52%
G = 16.44%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#752547 (or 0x752547) is known color: Flirt. HEX triplet: 75, 25 and 47. RGB value is (117,37,71). Sum of RGB (Red+Green+Blue) = 117+37+71=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #752547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752547 is #8ADAB8. Grayscale: #404040. Windows color (decimal): -9099961 or 4662645. OLE color: 4662645.

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

Color convert

RGB 117 37 71 -
CMYK 0 0.68 0.39 0.54
HSL 334.5º 0.52% 0.3% -
HSV(B) 334.5º 0.68% 0.46% -
XYZ 9.14 5.56 6.55 -
YUV 64.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 117 37 71 0 0.68 0.39 0.54 334.5 0.52 0.3
Hex 75 25 47 0 44 27 36 14E 34 1E
Octal 165 45 107 0 104 47 66 516 64 36
Binary 1110101 100101 1000111 0 1000100 100111 110110 101001110 110100 11110

Color Harmonies of #752547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752547

Black with #752547

Text Example


Text Example

White with #752547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752547; }

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

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

background-color css

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

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

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

border-color css

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

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

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