Html Css Color HEX #753352 Flirt

📋 copy color: '#753352'

red 117 ◦ green 51 ◦ blue 82

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

Shades of Flirt #753352

Tints of Flirt #753352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 46.8%
G = 20.4%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#753352 (or 0x753352) is known color: Flirt. HEX triplet: 75, 33 and 52. RGB value is (117,51,82). Sum of RGB (Red+Green+Blue) = 117+51+82=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #753352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753352 is #8ACCAD. Grayscale: #4A4A4A. Windows color (decimal): -9096366 or 5387125. OLE color: 5387125.

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

Color convert

RGB 117 51 82 -
CMYK 0 0.56 0.30 0.54
HSL 331.82º 0.39% 0.33% -
HSV(B) 331.82º 0.56% 0.46% -
XYZ 10.04 6.76 8.76 -
YUV 74.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 117 51 82 0 0.56 0.30 0.54 331.82 0.39 0.33
Hex 75 33 52 0 38 1E 36 14C 27 21
Octal 165 63 122 0 70 36 66 514 47 41
Binary 1110101 110011 1010010 0 111000 11110 110110 101001100 100111 100001

Color Harmonies of #753352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753352

Black with #753352

Text Example


Text Example

White with #753352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753352; }

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

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

background-color css

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

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

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

border-color css

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

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

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