#77201D

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

Shades of Falu Red #77201D

Tints of Falu Red #77201D

Color information

#77201D (or 0x77201D) is unknown color: approx Falu Red. HEX triplet: 77, 20 and 1D. RGB value is (119,32,29). Sum of RGB (Red+Green+Blue) = 119+32+29=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #77201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77201D is #88DFE2. Grayscale: #393939. Windows color (decimal): -8970211 or 1908855. OLE color: 1908855.

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

Color convert

RGB1193229-
CMYK00.730.760.53
HSL60.81%29.02%-
HSV(B)75.63%46.67%-
XYZ8.355.041.7-
YUV57.67111.82171.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.11%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 29 (11.72% from 255) = 16.11%
R=66.11%
G=17.78%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119322900.730.760.53260.8129.02
Hex77201D0494C3523d1d
Octal167403501111146527535
Binary1110111100000111010100100110011001101011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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