#773048

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

Shades of Flirt #773048

Tints of Flirt #773048

Color information

#773048 (or 0x773048) is unknown color: approx 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

RGB1194872-
CMYK00.600.390.53
HSL339.72º42.51%32.75%-
HSV(B)339.72º59.66%46.67%-
XYZ9.836.56.87-
YUV71.96128.02161.55-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119487200.600.390.53339.7242.5132.75
Hex77304803C27351542b21
Octal1676011007447655245341
Binary111011111000010010000111100100111110101101010100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>