#771D05

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

Shades of Falu Red #771D05

Tints of Falu Red #771D05

Color information

#771D05 (or 0x771D05) is unknown color: approx Falu Red. HEX triplet: 77, 1D and 05. RGB value is (119,29,5). Sum of RGB (Red+Green+Blue) = 119+29+5=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #771D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D05 is #88E2FA. Grayscale: #353535. Windows color (decimal): -8971003 or 335223. OLE color: 335223.

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

Color convert

RGB119295-
CMYK00.760.960.53
HSL12.63º91.94%24.31%-
HSV(B)12.63º95.8%46.67%-
XYZ8.074.810.65-
YUV53.17100.82174.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.78%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=77.78%
G=18.95%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11929500.760.960.5312.6391.9424.31
Hex771D504C6035d5c18
Octal1673550114140651513430
Binary1110111111011010100110011000001101011101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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