#771613

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

Shades of Falu Red #771613

Tints of Falu Red #771613

Color information

#771613 (or 0x771613) is unknown color: approx Falu Red. HEX triplet: 77, 16 and 13. RGB value is (119,22,19). Sum of RGB (Red+Green+Blue) = 119+22+19=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #771613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771613 is #88E9EC. Grayscale: #323232. Windows color (decimal): -8972781 or 1250935. OLE color: 1250935.

HSL color Cylindrical-coordinate representation of color #771613: hue angle of 1.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771613 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1192219-
CMYK00.820.840.53
HSL1.8º72.46%27.06%-
HSV(B)1.8º84.03%46.67%-
XYZ8.014.541.07-
YUV50.66110.14176.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.38%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=74.38%
G=13.75%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119221900.820.840.531.872.4627.06
Hex77161305254352481b
Octal1672623012212465211033
Binary1110111101101001101010010101010011010110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771613; }

 p { color: rgb(119,22,19); }

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

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

 a { background-color: rgb(119,22,19); }

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

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

 span { border-color: rgb(119,22,19); }

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