#771605

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

Shades of Falu Red #771605

Tints of Falu Red #771605

Color information

#771605 (or 0x771605) is unknown color: approx Falu Red. HEX triplet: 77, 16 and 05. RGB value is (119,22,5). Sum of RGB (Red+Green+Blue) = 119+22+5=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #771605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771605 is #88E9FA. Grayscale: #313131. Windows color (decimal): -8972795 or 333431. OLE color: 333431.

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

Color convert

RGB119225-
CMYK00.820.960.53
HSL8.95º91.94%24.31%-
HSV(B)8.95º95.8%46.67%-
XYZ7.924.510.6-
YUV49.06103.14177.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 81.51%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 5 (2.34% from 255) = 3.42%
R=81.51%
G=15.07%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11922500.820.960.538.9591.9424.31
Hex77165052603595c18
Octal1672650122140651113430
Binary1110111101101010101001011000001101011001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771605; }

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

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

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

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

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

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

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

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