#771F1A

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

Shades of Falu Red #771F1A

Tints of Falu Red #771F1A

Color information

#771F1A (or 0x771F1A) is unknown color: approx Falu Red. HEX triplet: 77, 1F and 1A. RGB value is (119,31,26). Sum of RGB (Red+Green+Blue) = 119+31+26=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #771F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F1A is #88E0E5. Grayscale: #383838. Windows color (decimal): -8970470 or 1711991. OLE color: 1711991.

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

Color convert

RGB1193126-
CMYK00.740.780.53
HSL3.23º64.14%28.43%-
HSV(B)3.23º78.15%46.67%-
XYZ8.284.981.5-
YUV56.74110.65172.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.61%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=67.61%
G=17.61%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119312600.740.780.533.2364.1428.43
Hex771F1A04A4E353401c
Octal1673732011211665310034
Binary1110111111111101001001010100111011010111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771F1A; }

 p { color: rgb(119,31,26); }

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

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

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

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

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

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

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