Html Css Color HEX #752753 Flirt

📋 copy color: '#752753'

red 117 ◦ green 39 ◦ blue 83

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

Shades of Flirt #752753

Tints of Flirt #752753

RGB

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

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

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

R = 48.95%
G = 16.32%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#752753 (or 0x752753) is known color: Flirt. HEX triplet: 75, 27 and 53. RGB value is (117,39,83). Sum of RGB (Red+Green+Blue) = 117+39+83=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #752753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752753 is #8AD8AC. Grayscale: #434343. Windows color (decimal): -9099437 or 5449589. OLE color: 5449589.

HSL color Cylindrical-coordinate representation of color #752753: hue angle of 326.15º 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 #752753 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 39 83 -
CMYK 0 0.67 0.29 0.54
HSL 326.15º 0.5% 0.31% -
HSV(B) 326.15º 0.67% 0.46% -
XYZ 9.62 5.86 8.81 -
YUV 67.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 117 39 83 0 0.67 0.29 0.54 326.15 0.5 0.31
Hex 75 27 53 0 43 1D 36 146 32 1F
Octal 165 47 123 0 103 35 66 506 62 37
Binary 1110101 100111 1010011 0 1000011 11101 110110 101000110 110010 11111

Color Harmonies of #752753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752753

Black with #752753

Text Example


Text Example

White with #752753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752753; }

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

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

background-color css

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

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

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

border-color css

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

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

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