Html Css Color HEX #772949 Flirt

📋 copy color: '#772949'

red 119 ◦ green 41 ◦ blue 73

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

Shades of Flirt #772949

Tints of Flirt #772949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.6%

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 51.07%
G = 17.6%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#772949 (or 0x772949) is known color: Flirt. HEX triplet: 77, 29 and 49. RGB value is (119,41,73). Sum of RGB (Red+Green+Blue) = 119+41+73=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #772949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772949 is #88D6B6. Grayscale: #434343. Windows color (decimal): -8967863 or 4794743. OLE color: 4794743.

HSL color Cylindrical-coordinate representation of color #772949: hue angle of 335.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772949 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 73 -
CMYK 0 0.66 0.39 0.53
HSL 335.38º 0.49% 0.31% -
HSV(B) 335.38º 0.66% 0.47% -
XYZ 9.6 5.99 6.95 -
YUV 67.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 119 41 73 0 0.66 0.39 0.53 335.38 0.49 0.31
Hex 77 29 49 0 42 27 35 14F 31 1F
Octal 167 51 111 0 102 47 65 517 61 37
Binary 1110111 101001 1001001 0 1000010 100111 110101 101001111 110001 11111

Color Harmonies of #772949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772949

Black with #772949

Text Example


Text Example

White with #772949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772949; }

 p { color: rgb(119,41,73); }

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

background-color css

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

 a { background-color: rgb(119,41,73); }

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

border-color css

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

 span { border-color: rgb(119,41,73); }

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