#771616

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

Shades of Falu Red #771616

Tints of Falu Red #771616

Color information

#771616 (or 0x771616) is unknown color: approx Falu Red. HEX triplet: 77, 16 and 16. RGB value is (119,22,22). Sum of RGB (Red+Green+Blue) = 119+22+22=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #771616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771616 is #88E9E9. Grayscale: #333333. Windows color (decimal): -8972778 or 1447543. OLE color: 1447543.

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

Color convert

RGB1192222-
CMYK00.820.820.53
HSL68.79%27.65%-
HSV(B)81.51%46.67%-
XYZ8.044.551.21-
YUV51111.64176.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.01%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=73.01%
G=13.50%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119222200.820.820.53068.7927.65
Hex77161605252350451c
Octal1672626012212265010534
Binary111011110110101100101001010100101101010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771616; }

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

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

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

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

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

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

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

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