#771812

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

Shades of Falu Red #771812

Tints of Falu Red #771812

Color information

#771812 (or 0x771812) is unknown color: approx Falu Red. HEX triplet: 77, 18 and 12. RGB value is (119,24,18). Sum of RGB (Red+Green+Blue) = 119+24+18=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #771812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771812 is #88E7ED. Grayscale: #333333. Windows color (decimal): -8972270 or 1185911. OLE color: 1185911.

HSL color Cylindrical-coordinate representation of color #771812: hue angle of 3.56º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771812 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1192418-
CMYK00.800.850.53
HSL3.56º73.72%26.86%-
HSV(B)3.56º84.87%46.67%-
XYZ8.044.621.04-
YUV51.72108.97175.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.91%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 18 (7.42% from 255) = 11.18%
R=73.91%
G=14.91%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119241800.800.850.533.5673.7226.86
Hex771812050553544a1b
Octal1673022012012565411233
Binary11101111100010010010100001010101110101100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771812; }

 p { color: rgb(119,24,18); }

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

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

 a { background-color: rgb(119,24,18); }

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

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

 span { border-color: rgb(119,24,18); }

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