#771E1E

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

Shades of Falu Red #771E1E

Tints of Falu Red #771E1E

Color information

#771E1E (or 0x771E1E) is unknown color: approx Falu Red. HEX triplet: 77, 1E and 1E. RGB value is (119,30,30). Sum of RGB (Red+Green+Blue) = 119+30+30=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #771E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E1E is #88E1E1. Grayscale: #383838. Windows color (decimal): -8970722 or 1973879. OLE color: 1973879.

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

Color convert

RGB1193030-
CMYK00.750.750.53
HSL59.73%29.22%-
HSV(B)74.79%46.67%-
XYZ8.314.941.74-
YUV56.61112.99172.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.48%
GREEN value IS 30 (12.11% from 255) = 16.76%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=66.48%
G=16.76%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119303000.750.750.53059.7329.22
Hex771E1E04B4B3503c1d
Octal167363601131136507435
Binary11101111111011110010010111001011110101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,30,30); }

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

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

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

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

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

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

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