#771C05

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

Shades of Falu Red #771C05

Tints of Falu Red #771C05

Color information

#771C05 (or 0x771C05) is unknown color: approx Falu Red. HEX triplet: 77, 1C and 05. RGB value is (119,28,5). Sum of RGB (Red+Green+Blue) = 119+28+5=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #771C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C05 is #88E3FA. Grayscale: #343434. Windows color (decimal): -8971259 or 334967. OLE color: 334967.

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

Color convert

RGB119285-
CMYK00.760.960.53
HSL12.11º91.94%24.31%-
HSV(B)12.11º95.8%46.67%-
XYZ8.054.760.64-
YUV52.59101.15175.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 78.29%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=78.29%
G=18.42%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11928500.760.960.5312.1191.9424.31
Hex771C504C6035c5c18
Octal1673450114140651413430
Binary1110111111001010100110011000001101011100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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