#771F15

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

Shades of Falu Red #771F15

Tints of Falu Red #771F15

Color information

#771F15 (or 0x771F15) is unknown color: approx Falu Red. HEX triplet: 77, 1F and 15. RGB value is (119,31,21). Sum of RGB (Red+Green+Blue) = 119+31+21=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #771F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F15 is #88E0EA. Grayscale: #383838. Windows color (decimal): -8970475 or 1384311. OLE color: 1384311.

HSL color Cylindrical-coordinate representation of color #771F15: hue angle of 6.12º 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 #771F15 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1193121-
CMYK00.740.820.53
HSL6.12º70%27.45%-
HSV(B)6.12º82.35%46.67%-
XYZ8.234.961.23-
YUV56.17108.15172.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.59%
GREEN value IS 31 (12.5% from 255) = 18.13%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=69.59%
G=18.13%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119312100.740.820.536.127027.45
Hex771F1504A52356461b
Octal1673725011212265610633
Binary11101111111110101010010101010010110101110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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