#77201E

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

Shades of Falu Red #77201E

Tints of Falu Red #77201E

Color information

#77201E (or 0x77201E) is unknown color: approx Falu Red. HEX triplet: 77, 20 and 1E. RGB value is (119,32,30). Sum of RGB (Red+Green+Blue) = 119+32+30=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77201E is #88DFE1. Grayscale: #393939. Windows color (decimal): -8970210 or 1974391. OLE color: 1974391.

HSL color Cylindrical-coordinate representation of color #77201E: hue angle of 1.35º 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 #77201E is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1193230-
CMYK00.730.750.53
HSL1.35º59.73%29.22%-
HSV(B)1.35º74.79%46.67%-
XYZ8.365.051.76-
YUV57.78112.32171.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=65.75%
G=17.68%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119323000.730.750.531.3559.7329.22
Hex77201E0494B3513c1d
Octal167403601111136517435
Binary111011110000011110010010011001011110101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77201E; }

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

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

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

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

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

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

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

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