Html Css Color HEX #752F53 Flirt

📋 copy color: '#752F53'

red 117 ◦ green 47 ◦ blue 83

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

Shades of Flirt #752F53

Tints of Flirt #752F53

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.03%

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 47.37%
G = 19.03%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#752F53 (or 0x752F53) is known color: Flirt. HEX triplet: 75, 2F and 53. RGB value is (117,47,83). Sum of RGB (Red+Green+Blue) = 117+47+83=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #752F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F53 is #8AD0AC. Grayscale: #474747. Windows color (decimal): -9097389 or 5451637. OLE color: 5451637.

HSL color Cylindrical-coordinate representation of color #752F53: hue angle of 329.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F53 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 83 -
CMYK 0 0.60 0.29 0.54
HSL 329.14º 0.43% 0.32% -
HSV(B) 329.14º 0.6% 0.46% -
XYZ 9.91 6.44 8.9 -
YUV 72.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 117 47 83 0 0.60 0.29 0.54 329.14 0.43 0.32
Hex 75 2F 53 0 3C 1D 36 149 2B 20
Octal 165 57 123 0 74 35 66 511 53 40
Binary 1110101 101111 1010011 0 111100 11101 110110 101001001 101011 100000

Color Harmonies of #752F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F53

Black with #752F53

Text Example


Text Example

White with #752F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,47,83); }

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

background-color css

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

 a { background-color: rgb(117,47,83); }

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

border-color css

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

 span { border-color: rgb(117,47,83); }

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