#771306

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

Shades of Falu Red #771306

Tints of Falu Red #771306

Color information

#771306 (or 0x771306) is unknown color: approx Falu Red. HEX triplet: 77, 13 and 06. RGB value is (119,19,6). Sum of RGB (Red+Green+Blue) = 119+19+6=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #771306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771306 is #88ECF9. Grayscale: #2F2F2F. Windows color (decimal): -8973562 or 398199. OLE color: 398199.

HSL color Cylindrical-coordinate representation of color #771306: hue angle of 6.9º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #771306 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB119196-
CMYK00.840.950.53
HSL6.9º90.4%24.51%-
HSV(B)6.9º94.96%46.67%-
XYZ7.874.40.61-
YUV47.42104.63179.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.64%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 6 (2.73% from 255) = 4.17%
R=82.64%
G=13.19%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11919600.840.950.536.990.424.51
Hex771360545F3575a19
Octal167236012413765713231
Binary111011110011110010101001011111110101111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771306; }

 p { color: rgb(119,19,6); }

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

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

 a { background-color: rgb(119,19,6); }

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

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

 span { border-color: rgb(119,19,6); }

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