#771a15

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

Shades of Falu Red #771A15

Tints of Falu Red #771A15

Color information

#771A15 (or 0x771A15) is unknown color: approx Falu Red. HEX triplet: 77, 1A and 15. RGB value is (119,26,21). Sum of RGB (Red+Green+Blue) = 119+26+21=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #771A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771A15 is #88E5EA. Grayscale: #353535. Windows color (decimal): -8971755 or 1383031. OLE color: 1383031.

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

Color convert

RGB1192621-
CMYK00.780.820.53
HSL3.06º70%27.45%-
HSV(B)3.06º82.35%46.67%-
XYZ8.114.711.19-
YUV53.24109.81174.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.69%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 21 (8.59% from 255) = 12.65%
R=71.69%
G=15.66%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119262100.780.820.533.067027.45
Hex771A1504E52353461b
Octal1673225011612265310633
Binary1110111110101010101001110101001011010111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771a15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,26,21); }

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

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

 a { background-color: rgb(119,26,21); }

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

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

 span { border-color: rgb(119,26,21); }

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