Html Css Color HEX #752549 Flirt

📋 copy color: '#752549'

red 117 ◦ green 37 ◦ blue 73

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

Shades of Flirt #752549

Tints of Flirt #752549

RGB

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

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

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

R = 51.54%
G = 16.3%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#752549 (or 0x752549) is known color: Flirt. HEX triplet: 75, 25 and 49. RGB value is (117,37,73). Sum of RGB (Red+Green+Blue) = 117+37+73=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #752549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752549 is #8ADAB6. Grayscale: #404040. Windows color (decimal): -9099959 or 4793717. OLE color: 4793717.

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

Color convert

RGB 117 37 73 -
CMYK 0 0.68 0.38 0.54
HSL 333º 0.52% 0.3% -
HSV(B) 333º 0.68% 0.46% -
XYZ 9.2 5.59 6.9 -
YUV 65.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 117 37 73 0 0.68 0.38 0.54 333 0.52 0.3
Hex 75 25 49 0 44 26 36 14D 34 1E
Octal 165 45 111 0 104 46 66 515 64 36
Binary 1110101 100101 1001001 0 1000100 100110 110110 101001101 110100 11110

Color Harmonies of #752549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752549

Black with #752549

Text Example


Text Example

White with #752549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752549; }

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

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

background-color css

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

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

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

border-color css

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

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

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