Html Css Color HEX #773048 Flirt

📋 copy color: '#773048'

red 119 ◦ green 48 ◦ blue 72

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

Shades of Flirt #773048

Tints of Flirt #773048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 49.79%
G = 20.08%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#773048 (or 0x773048) is known color: Flirt. HEX triplet: 77, 30 and 48. RGB value is (119,48,72). Sum of RGB (Red+Green+Blue) = 119+48+72=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #773048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773048 is #88CFB7. Grayscale: #474747. Windows color (decimal): -8966072 or 4730999. OLE color: 4730999.

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

Color convert

RGB 119 48 72 -
CMYK 0 0.60 0.39 0.53
HSL 339.72º 0.43% 0.33% -
HSV(B) 339.72º 0.6% 0.47% -
XYZ 9.83 6.5 6.87 -
YUV 71.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 119 48 72 0 0.60 0.39 0.53 339.72 0.43 0.33
Hex 77 30 48 0 3C 27 35 154 2B 21
Octal 167 60 110 0 74 47 65 524 53 41
Binary 1110111 110000 1001000 0 111100 100111 110101 101010100 101011 100001

Color Harmonies of #773048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773048

Black with #773048

Text Example


Text Example

White with #773048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773048; }

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

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

background-color css

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

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

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

border-color css

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

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

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