#771C18

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

Shades of Falu Red #771C18

Tints of Falu Red #771C18

Color information

#771C18 (or 0x771C18) is unknown color: approx Falu Red. HEX triplet: 77, 1C and 18. RGB value is (119,28,24). Sum of RGB (Red+Green+Blue) = 119+28+24=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #771C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C18 is #88E3E7. Grayscale: #363636. Windows color (decimal): -8971240 or 1580151. OLE color: 1580151.

HSL color Cylindrical-coordinate representation of color #771C18: hue angle of 2.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771C18 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1192824-
CMYK00.760.800.53
HSL2.53º66.43%28.04%-
HSV(B)2.53º79.83%46.67%-
XYZ8.194.821.36-
YUV54.75110.65173.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.59%
GREEN value IS 28 (11.33% from 255) = 16.37%
BLUE value IS 24 (9.77% from 255) = 14.04%
R=69.59%
G=16.37%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119282400.760.800.532.5366.4328.04
Hex771C1804C50353421c
Octal1673430011412065310234
Binary1110111111001100001001100101000011010111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,28,24); }

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

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

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

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

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

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

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