#771D10

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

Shades of Falu Red #771D10

Tints of Falu Red #771D10

Color information

#771D10 (or 0x771D10) is unknown color: approx Falu Red. HEX triplet: 77, 1D and 10. RGB value is (119,29,16). Sum of RGB (Red+Green+Blue) = 119+29+16=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #771D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D10 is #88E2EF. Grayscale: #363636. Windows color (decimal): -8970992 or 1056119. OLE color: 1056119.

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

Color convert

RGB1192916-
CMYK00.760.870.53
HSL7.57º76.3%26.47%-
HSV(B)7.57º86.55%46.67%-
XYZ8.144.840.99-
YUV54.43106.32174.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.56%
GREEN value IS 29 (11.72% from 255) = 17.68%
BLUE value IS 16 (6.64% from 255) = 9.76%
R=72.56%
G=17.68%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119291600.760.870.537.5776.326.47
Hex771D1004C573584c1a
Octal16735200114127651011432
Binary111011111101100000100110010101111101011000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,29,16); }

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

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

 a { background-color: rgb(119,29,16); }

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

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

 span { border-color: rgb(119,29,16); }

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