Html Css Color HEX #773151 Flirt

📋 copy color: '#773151'

red 119 ◦ green 49 ◦ blue 81

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

Shades of Flirt #773151

Tints of Flirt #773151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

 BLUE value IS 81 (32.03% from 255) = 32.53%

R = 47.79%
G = 19.68%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#773151 (or 0x773151) is known color: Flirt. HEX triplet: 77, 31 and 51. RGB value is (119,49,81). Sum of RGB (Red+Green+Blue) = 119+49+81=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #773151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773151 is #88CEAE. Grayscale: #494949. Windows color (decimal): -8965807 or 5321079. OLE color: 5321079.

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

Color convert

RGB 119 49 81 -
CMYK 0 0.59 0.32 0.53
HSL 332.57º 0.42% 0.33% -
HSV(B) 332.57º 0.59% 0.47% -
XYZ 10.19 6.71 8.54 -
YUV 73.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 119 49 81 0 0.59 0.32 0.53 332.57 0.42 0.33
Hex 77 31 51 0 3B 20 35 14D 2A 21
Octal 167 61 121 0 73 40 65 515 52 41
Binary 1110111 110001 1010001 0 111011 100000 110101 101001101 101010 100001

Color Harmonies of #773151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773151

Black with #773151

Text Example


Text Example

White with #773151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773151; }

 p { color: rgb(119,49,81); }

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

background-color css

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

 a { background-color: rgb(119,49,81); }

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

border-color css

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

 span { border-color: rgb(119,49,81); }

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