#771F08

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

Shades of Falu Red #771F08

Tints of Falu Red #771F08

Color information

#771F08 (or 0x771F08) is unknown color: approx Falu Red. HEX triplet: 77, 1F and 08. RGB value is (119,31,8). Sum of RGB (Red+Green+Blue) = 119+31+8=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #771F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F08 is #88E0F7. Grayscale: #363636. Windows color (decimal): -8970488 or 532343. OLE color: 532343.

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

Color convert

RGB119318-
CMYK00.740.930.53
HSL12.43º87.4%24.9%-
HSV(B)12.43º93.28%46.67%-
XYZ8.144.920.75-
YUV54.69101.65173.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 75.32%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 8 (3.52% from 255) = 5.06%
R=75.32%
G=19.62%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11931800.740.930.5312.4387.424.9
Hex771F804A5D35c5719
Octal16737100112135651412731
Binary11101111111110000100101010111011101011100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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