Html Css Color HEX #753052 Flirt

📋 copy color: '#753052'

red 117 ◦ green 48 ◦ blue 82

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

Shades of Flirt #753052

Tints of Flirt #753052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

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

R = 47.37%
G = 19.43%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#753052 (or 0x753052) is known color: Flirt. HEX triplet: 75, 30 and 52. RGB value is (117,48,82). Sum of RGB (Red+Green+Blue) = 117+48+82=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #753052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753052 is #8ACFAD. Grayscale: #484848. Windows color (decimal): -9097134 or 5386357. OLE color: 5386357.

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

Color convert

RGB 117 48 82 -
CMYK 0 0.59 0.30 0.54
HSL 330.43º 0.42% 0.32% -
HSV(B) 330.43º 0.59% 0.46% -
XYZ 9.92 6.51 8.72 -
YUV 72.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 117 48 82 0 0.59 0.30 0.54 330.43 0.42 0.32
Hex 75 30 52 0 3B 1E 36 14A 2A 20
Octal 165 60 122 0 73 36 66 512 52 40
Binary 1110101 110000 1010010 0 111011 11110 110110 101001010 101010 100000

Color Harmonies of #753052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753052

Black with #753052

Text Example


Text Example

White with #753052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753052; }

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

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

background-color css

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

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

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

border-color css

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

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

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