#771A05

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

Shades of Falu Red #771A05

Tints of Falu Red #771A05

Color information

#771A05 (or 0x771A05) is unknown color: approx Falu Red. HEX triplet: 77, 1A and 05. RGB value is (119,26,5). Sum of RGB (Red+Green+Blue) = 119+26+5=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #771A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771A05 is #88E5FA. Grayscale: #333333. Windows color (decimal): -8971771 or 334455. OLE color: 334455.

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

Color convert

RGB119265-
CMYK00.780.960.53
HSL11.05º91.94%24.31%-
HSV(B)11.05º95.8%46.67%-
XYZ84.670.62-
YUV51.41101.81176.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.33%
GREEN value IS 26 (10.55% from 255) = 17.33%
BLUE value IS 5 (2.34% from 255) = 3.33%
R=79.33%
G=17.33%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11926500.780.960.5311.0591.9424.31
Hex771A504E6035b5c18
Octal1673250116140651313430
Binary1110111110101010100111011000001101011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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