#771C13

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

Shades of Falu Red #771C13

Tints of Falu Red #771C13

Color information

#771C13 (or 0x771C13) is unknown color: approx Falu Red. HEX triplet: 77, 1C and 13. RGB value is (119,28,19). Sum of RGB (Red+Green+Blue) = 119+28+19=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #771C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C13 is #88E3EC. Grayscale: #363636. Windows color (decimal): -8971245 or 1252471. OLE color: 1252471.

HSL color Cylindrical-coordinate representation of color #771C13: hue angle of 5.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771C13 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1192819-
CMYK00.760.840.53
HSL5.4º72.46%27.06%-
HSV(B)5.4º84.03%46.67%-
XYZ8.144.81.11-
YUV54.18108.15174.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.69%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=71.69%
G=16.87%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119281900.760.840.535.472.4627.06
Hex771C1304C54355481b
Octal1673423011412465511033
Binary11101111110010011010011001010100110101101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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