Html Css Color HEX #773053 Flirt

📋 copy color: '#773053'

red 119 ◦ green 48 ◦ blue 83

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

Shades of Flirt #773053

Tints of Flirt #773053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 47.6%
G = 19.2%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#773053 (or 0x773053) is known color: Flirt. HEX triplet: 77, 30 and 53. RGB value is (119,48,83). Sum of RGB (Red+Green+Blue) = 119+48+83=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #773053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773053 is #88CFAC. Grayscale: #494949. Windows color (decimal): -8966061 or 5451895. OLE color: 5451895.

HSL color Cylindrical-coordinate representation of color #773053: hue angle of 330.42º 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 #773053 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 48 83 -
CMYK 0 0.60 0.30 0.53
HSL 330.42º 0.43% 0.33% -
HSV(B) 330.42º 0.6% 0.47% -
XYZ 10.23 6.66 8.93 -
YUV 73.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 119 48 83 0 0.60 0.30 0.53 330.42 0.43 0.33
Hex 77 30 53 0 3C 1E 35 14A 2B 21
Octal 167 60 123 0 74 36 65 512 53 41
Binary 1110111 110000 1010011 0 111100 11110 110101 101001010 101011 100001

Color Harmonies of #773053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773053

Black with #773053

Text Example


Text Example

White with #773053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773053; }

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

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

background-color css

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

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

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

border-color css

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

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

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