Html Css Color HEX #753152 Flirt

📋 copy color: '#753152'

red 117 ◦ green 49 ◦ blue 82

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

Shades of Flirt #753152

Tints of Flirt #753152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.76%

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 47.18%
G = 19.76%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#753152 (or 0x753152) is known color: Flirt. HEX triplet: 75, 31 and 52. RGB value is (117,49,82). Sum of RGB (Red+Green+Blue) = 117+49+82=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #753152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753152 is #8ACEAD. Grayscale: #494949. Windows color (decimal): -9096878 or 5386613. OLE color: 5386613.

HSL color Cylindrical-coordinate representation of color #753152: hue angle of 330.88º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753152 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 82 -
CMYK 0 0.58 0.30 0.54
HSL 330.88º 0.41% 0.33% -
HSV(B) 330.88º 0.58% 0.46% -
XYZ 9.96 6.59 8.73 -
YUV 73.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 117 49 82 0 0.58 0.30 0.54 330.88 0.41 0.33
Hex 75 31 52 0 3A 1E 36 14B 29 21
Octal 165 61 122 0 72 36 66 513 51 41
Binary 1110101 110001 1010010 0 111010 11110 110110 101001011 101001 100001

Color Harmonies of #753152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753152

Black with #753152

Text Example


Text Example

White with #753152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753152; }

 p { color: rgb(117,49,82); }

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

background-color css

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

 a { background-color: rgb(117,49,82); }

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

border-color css

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

 span { border-color: rgb(117,49,82); }

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