#771A01

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

Shades of Falu Red #771A01

Tints of Falu Red #771A01

Color information

#771A01 (or 0x771A01) is unknown color: approx Falu Red. HEX triplet: 77, 1A and 01. RGB value is (119,26,1). Sum of RGB (Red+Green+Blue) = 119+26+1=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #771A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771A01 is #88E5FE. Grayscale: #333333. Windows color (decimal): -8971775 or 72311. OLE color: 72311.

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

Color convert

RGB119261-
CMYK00.780.990.53
HSL12.71º98.33%23.53%-
HSV(B)12.71º99.16%46.67%-
XYZ7.984.660.51-
YUV50.9699.81176.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 81.51%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=81.51%
G=17.81%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11926100.780.990.5312.7198.3323.53
Hex771A104E6335d6218
Octal1673210116143651514230
Binary11101111101010100111011000111101011101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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