#772019

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

Shades of Falu Red #772019

Tints of Falu Red #772019

Color information

#772019 (or 0x772019) is unknown color: approx Falu Red. HEX triplet: 77, 20 and 19. RGB value is (119,32,25). Sum of RGB (Red+Green+Blue) = 119+32+25=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #772019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772019 is #88DFE6. Grayscale: #393939. Windows color (decimal): -8970215 or 1646711. OLE color: 1646711.

HSL color Cylindrical-coordinate representation of color #772019: hue angle of 4.47º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772019 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1193225-
CMYK00.730.790.53
HSL4.47º65.28%28.24%-
HSV(B)4.47º78.99%46.67%-
XYZ8.35.031.45-
YUV57.22109.82172.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.61%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 25 (10.16% from 255) = 14.20%
R=67.61%
G=18.18%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119322500.730.790.534.4765.2828.24
Hex7720190494F354411c
Octal1674031011111765410134
Binary111011110000011001010010011001111110101100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772019; }

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

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

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

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

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

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

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

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