Html Css Color HEX #753552 Flirt

📋 copy color: '#753552'

red 117 ◦ green 53 ◦ blue 82

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

Shades of Flirt #753552

Tints of Flirt #753552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

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

R = 46.43%
G = 21.03%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#753552 (or 0x753552) is known color: Flirt. HEX triplet: 75, 35 and 52. RGB value is (117,53,82). Sum of RGB (Red+Green+Blue) = 117+53+82=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #753552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753552 is #8ACAAD. Grayscale: #4B4B4B. Windows color (decimal): -9095854 or 5387637. OLE color: 5387637.

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

Color convert

RGB 117 53 82 -
CMYK 0 0.55 0.30 0.54
HSL 332.81º 0.38% 0.33% -
HSV(B) 332.81º 0.55% 0.46% -
XYZ 10.13 6.94 8.79 -
YUV 75.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 117 53 82 0 0.55 0.30 0.54 332.81 0.38 0.33
Hex 75 35 52 0 37 1E 36 14D 26 21
Octal 165 65 122 0 67 36 66 515 46 41
Binary 1110101 110101 1010010 0 110111 11110 110110 101001101 100110 100001

Color Harmonies of #753552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753552

Black with #753552

Text Example


Text Example

White with #753552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753552; }

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

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

background-color css

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

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

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

border-color css

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

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

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