Html Css Color HEX #752959 Flirt

📋 copy color: '#752959'

red 117 ◦ green 41 ◦ blue 89

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

Shades of Flirt #752959

Tints of Flirt #752959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.6%

 BLUE value IS 89 (35.16% from 255) = 36.03%

R = 47.37%
G = 16.6%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#752959 (or 0x752959) is known color: Flirt. HEX triplet: 75, 29 and 59. RGB value is (117,41,89). Sum of RGB (Red+Green+Blue) = 117+41+89=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #752959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752959 is #8AD6A6. Grayscale: #454545. Windows color (decimal): -9098919 or 5843317. OLE color: 5843317.

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

Color convert

RGB 117 41 89 -
CMYK 0 0.65 0.24 0.54
HSL 322.11º 0.48% 0.31% -
HSV(B) 322.11º 0.65% 0.46% -
XYZ 9.93 6.09 10.1 -
YUV 69.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 117 41 89 0 0.65 0.24 0.54 322.11 0.48 0.31
Hex 75 29 59 0 41 18 36 142 30 1F
Octal 165 51 131 0 101 30 66 502 60 37
Binary 1110101 101001 1011001 0 1000001 11000 110110 101000010 110000 11111

Color Harmonies of #752959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752959

Black with #752959

Text Example


Text Example

White with #752959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752959; }

 p { color: rgb(117,41,89); }

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

background-color css

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

 a { background-color: rgb(117,41,89); }

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

border-color css

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

 span { border-color: rgb(117,41,89); }

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