#773047

Color #773047 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #773047

Tints of Flirt #773047

Color information

#773047 (or 0x773047) is unknown color: approx Flirt. HEX triplet: 77, 30 and 47. RGB value is (119,48,71). Sum of RGB (Red+Green+Blue) = 119+48+71=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #773047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773047 is #88CFB8. Grayscale: #474747. Windows color (decimal): -8966073 or 4665463. OLE color: 4665463.

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

Color convert

RGB1194871-
CMYK00.600.400.53
HSL340.56º42.51%32.75%-
HSV(B)340.56º59.66%46.67%-
XYZ9.86.496.7-
YUV71.85127.52161.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 71 (28.12% from 255) = 29.83%
R=50%
G=20.17%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119487100.600.400.53340.5642.5132.75
Hex77304703C28351552b21
Octal1676010707450655255341
Binary111011111000010001110111100101000110101101010101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773047; }

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

 H1.HeaderClassName
 {
   color: #773047;
 }
 .AnyTagClassName
 {
   color: #773047;
 }
</style>
background-color css

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

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

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

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

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

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