Html Css Color HEX #773052 Flirt

📋 copy color: '#773052'

red 119 ◦ green 48 ◦ blue 82

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

Shades of Flirt #773052

Tints of Flirt #773052

RGB

 RED value IS 119 (46.88% from 255) = 47.79%

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

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

R = 47.79%
G = 19.28%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#773052 (or 0x773052) is known color: Flirt. HEX triplet: 77, 30 and 52. RGB value is (119,48,82). Sum of RGB (Red+Green+Blue) = 119+48+82=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #773052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773052 is #88CFAD. Grayscale: #494949. Windows color (decimal): -8966062 or 5386359. OLE color: 5386359.

HSL color Cylindrical-coordinate representation of color #773052: hue angle of 331.27º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773052 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 82 -
CMYK 0 0.60 0.31 0.53
HSL 331.27º 0.43% 0.33% -
HSV(B) 331.27º 0.6% 0.47% -
XYZ 10.19 6.65 8.73 -
YUV 73.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 119 48 82 0 0.60 0.31 0.53 331.27 0.43 0.33
Hex 77 30 52 0 3C 1F 35 14B 2B 21
Octal 167 60 122 0 74 37 65 513 53 41
Binary 1110111 110000 1010010 0 111100 11111 110101 101001011 101011 100001

Color Harmonies of #773052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773052

Black with #773052

Text Example


Text Example

White with #773052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773052; }

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

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

background-color css

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

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

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

border-color css

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

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

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