#773148

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

Shades of Flirt #773148

Tints of Flirt #773148

Color information

#773148 (or 0x773148) is unknown color: approx Flirt. HEX triplet: 77, 31 and 48. RGB value is (119,49,72). Sum of RGB (Red+Green+Blue) = 119+49+72=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #773148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773148 is #88CEB7. Grayscale: #484848. Windows color (decimal): -8965816 or 4731255. OLE color: 4731255.

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

Color convert

RGB1194972-
CMYK00.590.390.53
HSL340.29º41.67%32.94%-
HSV(B)340.29º58.82%46.67%-
XYZ9.886.596.88-
YUV72.55127.69161.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 72 (28.52% from 255) = 30%
R=49.58%
G=20.42%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119497200.590.390.53340.2941.6732.94
Hex77314803B27351542a21
Octal1676111007347655245241
Binary111011111000110010000111011100111110101101010100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773148; }

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

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

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

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

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

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

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

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