#771F00

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

Shades of Falu Red #771F00

Tints of Falu Red #771F00

Color information

#771F00 (or 0x771F00) is unknown color: approx Falu Red. HEX triplet: 77, 1F and 00. RGB value is (119,31,0). Sum of RGB (Red+Green+Blue) = 119+31+0=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #771F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F00 is #88E0FF. Grayscale: #353535. Windows color (decimal): -8970496 or 8055. OLE color: 8055.

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

Color convert

RGB119310-
CMYK00.7410.53
HSL15.63º100%23.33%-
HSV(B)15.63º100%46.67%-
XYZ8.14.90.52-
YUV53.7897.65174.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.33%
GREEN value IS 31 (12.5% from 255) = 20.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.33%
G=20.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11931000.7410.5315.6310023.33
Hex771F004A6435106417
Octal1673700112144652014427
Binary111011111111001001010110010011010110000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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