#77201B

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

Shades of Falu Red #77201B

Tints of Falu Red #77201B

Color information

#77201B (or 0x77201B) is unknown color: approx Falu Red. HEX triplet: 77, 20 and 1B. RGB value is (119,32,27). Sum of RGB (Red+Green+Blue) = 119+32+27=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #77201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77201B is #88DFE4. Grayscale: #393939. Windows color (decimal): -8970213 or 1777783. OLE color: 1777783.

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

Color convert

RGB1193227-
CMYK00.730.770.53
HSL3.26º63.01%28.63%-
HSV(B)3.26º77.31%46.67%-
XYZ8.325.031.57-
YUV57.44110.82171.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.85%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 27 (10.94% from 255) = 15.17%
R=66.85%
G=17.98%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119322700.730.770.533.2663.0128.63
Hex77201B0494D3533f1d
Octal167403301111156537735
Binary1110111100000110110100100110011011101011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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